modify allowed hosts

This commit is contained in:
Senad Uka
2023-07-05 11:32:17 +02:00
parent 5eb5523e6a
commit 670cbc8997
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.idea/
*.pyc
*.swp
__pycache__/

View File

@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-d8gmbk-g2&ue)k_74169!l@oiue8ra%@d4qm@jc=3&%&*%(oah
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'ctoasyougo.com', 'www.ctoasyougo.com','ctoasyougo-3015a1b209e7.herokuapp.com']
# Application definition