summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
AgeCommit message (Collapse)Author
2015-09-14[1.8.x] Reverted "Fixed #25203 -- Documented how to pass Apache environment ↵Tim Graham
variables to Django." As discussed on the ticket, this isn't a pattern we should recommend. This reverts commit c8773493b62083b9ca5476a6040737f5cca79944.
2015-09-11[1.8.x] Fixed #25203 -- Documented how to pass Apache environment variables ↵Paul Rentschler
to Django. Backport of 47016d4322574860f90431e1c87d19f7a1f778c6 from master
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-08-01[1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2.0.7 was released in 2012. Backport of 514fee82a18e2b8fed0b6e31a95bd7a1a94980ab from master
2015-07-28[1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
Backport of ae32f324981dd64d7c04fcbed9d99356914a61de from master
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
Backport of e3d1f2422c49d7f65d017b8caa35215afe18f835 from master
2015-06-11[1.8.x] Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
Backport of b34d16b78df3b424c3fae4f0b30b6b7a2cbf4543 from master
2015-04-13[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
Backport of b295fcd19c00706d7f60db73741c1311ee141409 from master
2015-03-12[1.8.x] Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
Backport of 7f8588d22ea3b53ba55d05922b67e7b3a0a7c91c from master
2015-03-02[1.8.x] Added syntax highlighting for apache code blocksIan Lee
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-07Add missing dotVladimir Rutsky
2014-10-27Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in ↵Tim Graham
wsgi.py. Thanks inglesp for the report.
2014-10-23Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.Tim Graham
Thanks Keryn Knight for the report.
2014-10-15Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.Collin Anderson
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-19Don't recommend using sudo when installing uwsgiMatt Robenolt
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
2014-09-09Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
Thanks Graham Dumpleton for the report.
2014-09-06Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
2014-09-05Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
2014-08-19Removed unnecessary code-block directives.areski
2014-08-02Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
Thanks frewsxcv for the report.
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-05-12Fixed #22619 -- Corrected description of os.path.Tim Graham
Thanks Collin Anderson for the report.
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-15Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
Thanks zjcheah at yahoo.com for the report.
2014-03-02Removed WSGI upgrade instructions for Django 1.3 and earlier.Tim Graham
2014-02-27Fixed documention typojibreel
2014-02-24Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
Thanks donjpacheco for the initial patch.
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
Thanks carrie.hazelton at altamiracorp.com for the report.
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-09-07Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
Thanks mjtamlyn for the suggestion.
2013-09-03Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
Forward-port of 3493f18d78 from master.
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
Thanks colinnkeenan@ for the report.
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537.
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
Thanks jacob for the suggestion and ryankask for the patch.
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
It can fail in hard-to-diagnose ways.
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin