mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 16:11:08 -05:00
lol
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -26,4 +26,5 @@ accounts/migrations/__pycache__/0001_initial.cpython-311.pyc
|
|||||||
companies/migrations/__pycache__
|
companies/migrations/__pycache__
|
||||||
moderation/__pycache__
|
moderation/__pycache__
|
||||||
rides/__pycache__
|
rides/__pycache__
|
||||||
ssh_tools.jsonc
|
ssh_tools.jsonc
|
||||||
|
thrillwiki/__pycache__/settings.cpython-312.pyc
|
||||||
|
|||||||
Binary file not shown.
@@ -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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
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
|
# Application definition
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user