auto generated project
This commit is contained in:
commit
8e19d3630d
39 changed files with 1477 additions and 0 deletions
6
requirements/base.txt
Normal file
6
requirements/base.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Django==1.6.5
|
||||
bpython==0.13
|
||||
django-braces==1.4.0
|
||||
django-model-utils==2.0.3
|
||||
logutils==0.3.3
|
||||
South==0.8.4
|
6
requirements/local.txt
Normal file
6
requirements/local.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==3.7.1
|
||||
django-discover-runner==1.0
|
||||
django-debug-toolbar==1.2.1
|
||||
Sphinx==1.2.2
|
3
requirements/production.txt
Normal file
3
requirements/production.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Pro-tip: Try not to put anything here. There should be no dependency in
|
||||
# production that isn't in development.
|
||||
-r base.txt
|
4
requirements/test.txt
Normal file
4
requirements/test.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Test dependencies go here.
|
||||
-r base.txt
|
||||
coverage==3.7.1
|
||||
django-discover-runner==1.0
|
Loading…
Add table
Add a link
Reference in a new issue