Begin to implement #1
Some checks failed
buildbot/tox Build done.

This commit is contained in:
2019-10-31 16:57:40 +01:00
parent 54a708f8dd
commit b4273d9fd7
11 changed files with 161 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
SECRET_KEY = 'test_settings'
INSTALLED_APPS = [
'django_deploy.tests.fake_app',
]