Go to your settings.py and look for allowed_hosts and make it ALLOWED_HOSTS = ["*"]
or better yet, if you are in development, turn DEBUG = False Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 4 Jul 2023, 17:38 Abdoulaye SENE, <[email protected]> wrote: > hello, > while programming, i see this problem : " CommandError: You must set > settings.ALLOWED_HOSTS if DEBUG is False." > i wonder if someone can help me to fix it. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/171c894c-5f04-445d-939f-c6c949caae35n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/171c894c-5f04-445d-939f-c6c949caae35n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAQecPf-j1qSEO2%2BmzdqB-8HqZBG1%2ByVypDv7gD_yLDXR7_xtQ%40mail.gmail.com.

