Misc
This commit is contained in:
parent
2e6bd71073
commit
7f57400990
3 changed files with 8 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -104,3 +104,5 @@ test.py
|
|||
|
||||
# Migrations
|
||||
monstage/migrations/
|
||||
*.venv/
|
||||
*~
|
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
#spatialite-bin
|
||||
django-debug-toolbar
|
|
@ -1,6 +1,4 @@
|
|||
django>=1.7
|
||||
django-cas (patched)
|
||||
psycopg2
|
||||
postgis
|
||||
django
|
||||
django-cas-ng
|
||||
django-taggit
|
||||
python-ldap
|
Loading…
Reference in a new issue