fix to challenge average score

This commit is contained in:
root
2020-10-05 17:44:07 +02:00
parent 17d64c1479
commit dd1fd1c80f
2 changed files with 6 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ with open(os.path.join(BASE_DIR, "env_secret_key.txt")) as secret_key:
SECRET_KEY = secret_key.read().strip()
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']