social-feed-manager
social-feed-manager copied to clipboard
400 error when debug is false
Steps to reproduce:
- In local_settings.py, set
DEBUG = False
. - Start the app.
- Point a browser at http://localhost:8000
Expected result: The app
Actual result: 400 (bad request)
Note that if then set to DEBUG = True
the expected result occurs.
Sounds like it could be related to ALLOWED_HOSTS not being set properly?