소스 검색

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 = '*'