Browse Source

modifiche a settings.py

mauro 3 months ago
parent
commit
b51a578401
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bpconverter/settings.py

+ 2 - 0
bpconverter/settings.py

@@ -27,6 +27,8 @@ SECRET_KEY = 'django-insecure-y%xo@^-@e9rg5e*ckd(0ma5jnv#91q1b-rm@!v$s251)rj8x(o
 DEBUG = True
 
 #capture environment from google
+allowed_hosts = list()
+
 if 'ALLOWED' in os.environ:
     allowed_hosts = os.environ['ALLOWED'].split(',')