diff --git a/.gitignore b/.gitignore index 21290e59..41c92e18 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ accounts/migrations/__pycache__/0001_initial.cpython-311.pyc companies/migrations/__pycache__ moderation/__pycache__ rides/__pycache__ -ssh_tools.jsonc \ No newline at end of file +ssh_tools.jsonc +thrillwiki/__pycache__/settings.cpython-312.pyc diff --git a/thrillwiki/__pycache__/settings.cpython-312.pyc b/thrillwiki/__pycache__/settings.cpython-312.pyc index 6c88a354..7b479f92 100644 Binary files a/thrillwiki/__pycache__/settings.cpython-312.pyc and b/thrillwiki/__pycache__/settings.cpython-312.pyc differ diff --git a/thrillwiki/settings.py b/thrillwiki/settings.py index d0adedf8..7f1a552c 100644 --- a/thrillwiki/settings.py +++ b/thrillwiki/settings.py @@ -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 = [