This commit is contained in:
pacnpal
2024-10-30 20:19:22 +00:00
parent 77aa70f611
commit 8fa078f09a
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -27,3 +27,4 @@ companies/migrations/__pycache__
moderation/__pycache__
rides/__pycache__
ssh_tools.jsonc
thrillwiki/__pycache__/settings.cpython-312.pyc

View File

@@ -12,7 +12,8 @@ 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
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'thrillwiki.com', 'beta.thrillwiki.com']
ALLOWED_HOSTS = ['*']
#ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'thrillwiki.com', 'beta.thrillwiki.com', '192.168.86.6', 'syn.thewesker.com']
# Application definition
INSTALLED_APPS = [