We use Django Admin to store some data that is exported to some of our sites. Sometimes, when you look at the standard change list view to get the model edit form instead of being redirected to the correct page, we get a Django 404 page / template.
This happened a bit sporadically, and we could play it for a while, rebooting three times:
- First F5: 404
- Second F5: 404
- Third F5: Object change form loads correctly
But recently, he often returned 404 times. This seems to reduce the chance of a 404 return when we give up apache (gracefully) and get worse (again, apparently) with a lot of requests.
Running Django 1.2.1 on Fast-CGI / MySQL 5.1.x
FWIW, I canβt reproduce the problem on my virtual machine, but I run mod_wsgi and have Debug = True in the settings. Otherwise, the code and the database are identical.
source share