The Django Documentation is your new best friend: https://docs.djangoproject.com/en/2.0/ref/settings/#allowed-hosts
On Mon, Feb 19, 2018 at 7:18 AM, ปิ่น พิบูลย์ <[email protected]> wrote: > > after, I type python manage.py runserver error. It's show : > C:\Users\user\Anaconda3\lib\site-packages\mezzanine\utils\conf.py:61: > UserWarning: You haven't defined the ALLOWED_HOSTS > settings, which Django requires. Will fall back to the domains configured > as sites. > warn("You haven't defined the ALLOWED_HOSTS settings, which " > > How to fix this problem ? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
