This commit is contained in:
pacnpal
2024-10-30 21:10:22 +00:00
parent 8fa078f09a
commit 0075f7da6c
3 changed files with 11 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ SECRET_KEY = 'django-insecure-=0)^0#h#k$0@$8$ys=^$0#h#k$0@$8$ys=^'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
CSRF_TRUSTED_ORIGINS = ['https://beta.thrillwiki.com']
ALLOWED_HOSTS = ['*']
#ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'thrillwiki.com', 'beta.thrillwiki.com', '192.168.86.6', 'syn.thewesker.com']
@@ -68,6 +69,7 @@ MIDDLEWARE = [
ROOT_URLCONF = 'thrillwiki.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',