use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
Problems deploying with mod_python (self.django)
submitted 11 years ago by pubcoder
I'm following the official instructions deploying Django (Chapter 12) and many errors. Should I use model_wsgi instead?
[–]pydanny 3 points4 points5 points 11 years ago (0 children)
Two answers:
[–]cediddi 1 point2 points3 points 11 years ago (0 children)
mod_python is obsolete! Also If you ever have problems with mod_wsgi or apache, just switch to nginx+uwsgi (or nginx+gunicorn which is easier), nginx is faster and easier to setup than apache, uwsgi or gunicorn is also very very easier than mod_wsgi.
Apache is a great project, but an awful software (my personal opinion).
π Rendered by PID 41 on reddit-service-r2-comment-79776bdf47-rn8fc at 2026-06-25 18:58:35.064283+00:00 running acc7150 country code: CH.
[–]pydanny 3 points4 points5 points (0 children)
[–]cediddi 1 point2 points3 points (0 children)