python - Does Django-1.5.1 still support the mod_python-3.3.1? -


my version of django 1.5.1, , version of mod_python 3.3.1.

does django still support mod_python?

from docs version 1.4:

support mod_python has been deprecated, , removed in django 1.5. if configuring new deployment, encouraged consider using mod_wsgi or of other supported servers.

for version 1.5, option removed , instead warning @ deployment documentation:

chapter 12 of django book (second edition) discusses deployment , scaling in more detail. however, note edition written against django version 1.1 , has not been updated since mod_python first deprecated, removed in django 1.5.

you encouraged use mod_wsgi instead. documentation provides comprehensive guidance on how deploy wsgi.


Comments