bug fixes

This commit is contained in:
DerTyp187
2021-11-22 22:16:35 +01:00
parent 350bfc1c50
commit 560ffbdd65
4 changed files with 27 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-84w$au&)%5rl8ud!82e%&)e&r+c0f9z%zlr4m9(76mebvx-r2@'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['code.tealfire.de']
@@ -42,6 +42,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'main.apps.MainConfig',
'analytics.apps.AnalyticsConfig',
'ipware',
]
MIDDLEWARE = [