Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2022-07-11 21:29:09 +02:00
parent 3d62772ed2
commit 868b39cd1f
3 changed files with 8 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ CFG = yamjam()['rowsandallapp']
try:
os.environ.setdefault("DJANGO_SETTINGS_MODULE",CFG['settings_name'])
except KeyError:
except KeyError: # pragma: no cover
os.environ.setdefault("DJANGO_SETTINGS_MODULE","rowsandall_app.settings")
from django.core.wsgi import get_wsgi_application