|
@ -71,6 +71,8 @@ TEMPLATES = [ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
WSGI_APPLICATION = 'hc.wsgi.application' |
|
|
WSGI_APPLICATION = 'hc.wsgi.application' |
|
|
|
|
|
TEST_RUNNER = 'hc.api.tests.CustomRunner' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Default database engine is SQLite. So one can just check out code, |
|
|
# Default database engine is SQLite. So one can just check out code, |
|
|
# install requirements.txt and do manage.py runserver and it works |
|
|
# install requirements.txt and do manage.py runserver and it works |
|
|