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')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = [
'avrayel.pythonanywhere.com'
]
ALLOWED_HOSTS = []
# 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