Parcourir la source

Remove debug allowed host

Alexandre Aubin il y a 7 ans
Parent
commit
52a7ee7aa3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/settings_base.py

+ 1 - 1
coin/settings_base.py

@@ -32,7 +32,7 @@ DATABASES = {
 
 
 # Hosts/domain names that are valid for this site; required if DEBUG is False
 # Hosts/domain names that are valid for this site; required if DEBUG is False
 # See https://docs.djangoproject.com/en/1.7/ref/settings/#allowed-hosts
 # See https://docs.djangoproject.com/en/1.7/ref/settings/#allowed-hosts
-ALLOWED_HOSTS = [ "yolo.test" ]
+ALLOWED_HOSTS = []
 
 
 # Local time zone for this installation. Choices can be found here:
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name