Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-03-29 21:29:11 +02:00
parent 88df02f8ec
commit a867e3742b
2 changed files with 3 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ DEBUG = True
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
ALLOWED_HOSTS = ['localhost','127.0.0.1']
ALLOWED_HOSTS = ['localhost','127.0.0.1','dunav.ngrok.io']
# INSTALLED_APPS += ['debug_toolbar',]
#INSTALLED_APPS += ["sslserver"]