On Sat, Jun 2, 2012 at 11:53 PM, Henrik Genssen <henrik.gens...@miadi.net> wrote: > Hi, > > this page > https://code.djangoproject.com/wiki/ServerArrangements > seems a little outdated. Is this still the main source for listing, how to > run django in production?
I wouldn't describe it as the main source of anything. I wasn't even aware that wiki page existed; from the look of it, it hasn't been updated in over 2 years, and even then, it hasn't been updated to point to the "new" URL for Django's official documentation (i.e., most of the URLs are pointing to djangoproject.com/documentation, which hasn't been the location of the docs for several years). The official documentation for deployment is here: https://docs.djangoproject.com/en/1.4/howto/deployment/ That document suggests mod_wsgi under apache2 as the suggested first port of call, but also provides docs for other WSGI containers, including gunicorn. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.