tum il y a 1 an
Parent
commit
4e6667f04e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/coi/settings.py

+ 1 - 1
app/coi/settings.py

28
 
28
 
29
 DJANGO_ENV = os.getenv("DJANGO_ENV", "dev")  # Default to 'dev' if not set
29
 DJANGO_ENV = os.getenv("DJANGO_ENV", "dev")  # Default to 'dev' if not set
30
 pprint(f"ENV = {DJANGO_ENV}")
30
 pprint(f"ENV = {DJANGO_ENV}")
31
-ALLOWED_HOSTS = []
31
+ALLOWED_HOSTS = ['*']
32
 
32
 
33
 
33
 
34
 # Application definition
34
 # Application definition