5 lines
86 B
Python
5 lines
86 B
Python
SECRET_KEY = 'test_settings'
|
|
INSTALLED_APPS = [
|
|
'django_deploy.tests.fake_app',
|
|
]
|