summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
AgeCommit message (Collapse)Author
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-06-20Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-04-06Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell
2017-02-13Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-09-29Fixed typos in docs/howto/deployment/checklist.txt.Laurent
2016-07-25Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Fixed typo in docs/howto/deployment/wsgi/index.txteltronix
2016-03-09Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
2016-03-01Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-02-19Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.Raphael Michel
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
2016-01-08Fixed #26055 -- Removed an orphaned phrase in ↵Tim Graham
docs/howto/deployment/wsgi/modwsgi.txt.
2015-12-29Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
Thanks Fako Berkers for help with the patch.
2015-09-14Reverted "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 47016d4322574860f90431e1c87d19f7a1f778c6.
2015-09-11Fixed #25203 -- Documented how to pass Apache environment variables to Django.Paul Rentschler
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-01Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2.0.7 was released in 2012.
2015-07-28Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-06-11Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
2015-06-05Fixed #24926 -- Removed outdated information from deploymentYamila Moreno
2015-04-13Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
2015-03-12Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
2015-03-02Added syntax highlighting for apache code blocksIan Lee
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
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.