This commit is contained in:
4
src/django_deploy/tests/test_settings.py
Normal file
4
src/django_deploy/tests/test_settings.py
Normal file
@@ -0,0 +1,4 @@
|
||||
SECRET_KEY = 'test_settings'
|
||||
INSTALLED_APPS = [
|
||||
'django_deploy.tests.fake_app',
|
||||
]
|
||||
Reference in New Issue
Block a user