Hi all I\'m having trouble solving this issue: If I turn DEBUG to False, I can\'t run manage.py runserver:
CommandError: You must set settings.ALLOWED_HOSTS if D
If you still need to server static locally (e.g. for testing without debug) you can run devserver in insecure mode:
manage.py runserver --insecure