1π
β
The better long-term solution is to not use mod_python, since mod_python is no longer in development, and will not be supported in future versions of Django. Consider using mod_wsgi instead.
The Django documentation has this to say about mod_python:
Support for mod_python has been deprecated, and will be removed in Django 1.5. If you are configuring a new deployment, you are strongly encouraged to consider using mod_wsgi or any of the other supported backends.
π€Dominic Rodger
1π
Indicates that the user HTTP client connection was dropped before the complete response could be written back. Nothing one can do about it. Your application should handle it gracefully.
π€Graham Dumpleton
- [Answered ]-Problems with custom user model
- [Answered ]-How do I make Django 1.7.1 visible from Python 3.4.2?
- [Answered ]-Regex urlconf in django 1.8 won't work
Source:stackexchange.com