Files
django-deploy/src/django_deploy/tests/test_settings.py
Jens Kleineheismann b4273d9fd7
Some checks failed
buildbot/tox Build done.
Begin to implement #1
2019-10-31 16:57:40 +01:00

5 lines
86 B
Python

SECRET_KEY = 'test_settings'
INSTALLED_APPS = [
'django_deploy.tests.fake_app',
]