Преглед изворни кода

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

Thibaud Colas пре 5 година
родитељ
комит
2ec4475f75
1 измењених фајлова са 2 додато и 0 уклоњено
  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 = '*'