Update settings template to use SQLite test database when running acom_inventory script in tests, initial stub for callback event logger.

This commit is contained in:
Chris Church
2013-04-02 14:53:52 -04:00
parent 63ef048d73
commit 0155f0acea
7 changed files with 116 additions and 25 deletions

View File

@@ -1,11 +1,12 @@
Django==1.5
Django==1.5.1
django-celery==3.0.11
django-devserver==0.5.0
django-extensions==1.1.1
django-jsonfield==0.9.2
ipython==0.13.1
South==0.7.6
# psycopg2==2.4.6
python-dateutil==1.5
South==0.7.6
requests
djangorestframework
markdown