social-feed-manager icon indicating copy to clipboard operation
social-feed-manager copied to clipboard

400 error when debug is false

Open justinlittman opened this issue 10 years ago • 1 comments

Steps to reproduce:

  1. In local_settings.py, set DEBUG = False.
  2. Start the app.
  3. 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.

justinlittman avatar Feb 04 '15 19:02 justinlittman

Sounds like it could be related to ALLOWED_HOSTS not being set properly?

edsu avatar Feb 04 '15 19:02 edsu