Fix wrong else

This commit is contained in:
Nico Schottelius 2018-12-30 19:42:55 +01:00
parent 952ff50cbb
commit 2de270859a
1 changed files with 0 additions and 2 deletions

View File

@ -154,5 +154,3 @@ if "DEBUG" in os.environ:
ALLOWED_HOSTS = []
DATABASES = DEBUG_DATABASES
else: