Commit a2c7a62e authored by Gabriel Geraldo's avatar Gabriel Geraldo

Reverted "added allowed host for pythonanywhere"

This reverts commit 73215bd5.
parent 73215bd5
...@@ -29,9 +29,7 @@ SECRET_KEY = os.getenv('SECRET_KEY') ...@@ -29,9 +29,7 @@ SECRET_KEY = os.getenv('SECRET_KEY')
# 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 = [ ALLOWED_HOSTS = []
'avrayel.pythonanywhere.com'
]
# Application definition # Application definition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment