jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

App returns Gateway Timeout when DEBUG = False #176

Closed fabiodeabreuaraujo closed 2 years ago

fabiodeabreuaraujo commented 2 years ago

Hi,

I recently deployed a Django app using dj-database-url, but I'm facing a very unexpected behavior: when I try to create a user with DEBUG = True it creates normally, but when I switch to False for production the request times out.

Is this related to dj-database-url? Can you help me out here?

Thanks! Fábio.

mattseymour commented 2 years ago

Strange this would be affecting things. Is there an stacktrace?

mattseymour commented 2 years ago

Close due to lack of activity. If this is still an issue please provide some additional information to help debug.