Commit 73215bd5 authored by Gabriel Geraldo's avatar Gabriel Geraldo

added allowed host for pythonanywhere

parent 2da19833
...@@ -29,7 +29,9 @@ SECRET_KEY = os.getenv('SECRET_KEY') ...@@ -29,7 +29,9 @@ 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