Explorar o código

Allow all hosts to simplify cross-browser testing (#268)

Thibaud Colas %!s(int64=4) %!d(string=hai) anos
pai
achega
2ec4475f75
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      bakerydemo/settings/dev.py

+ 2 - 0
bakerydemo/settings/dev.py

@@ -6,3 +6,5 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 
 # BASE_URL required for notification emails
 BASE_URL = 'http://localhost:8000'
+
+ALLOWED_HOSTS = '*'