Set debug to true temporarily
This commit is contained in:
parent
68e28d2e92
commit
aa8761eeb7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ SECRET_KEY = os.environ["DJANGO_SECRET_KEY"]
|
|||
|
||||
DATABASES = {'default': dj_database_url.config(default=os.environ["DATABASE_URL"])}
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = True # TODO set back to False
|
||||
ALLOWED_HOSTS = ["api.mwmbl.org", "mwmbl.org", "beta.mwmbl.org"]
|
||||
CSRF_TRUSTED_ORIGINS = list(ALLOWED_HOSTS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue