summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 4186 to 4454 from trunk.Robin Munn2007-01-311-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn2006-11-081-0/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added links to FastCGI docs from various placesAdrian Holovaty2006-06-261-2/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Made small clarification to docs/modpython.txtAdrian Holovaty2006-05-081-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty2006-05-021-9/+9
| | | | | | backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added note to docs/modpython.txt about prefork MPM vs. worker MPMAdrian Holovaty2006-04-211-0/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty2006-04-121-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed typo in [2311]Adrian Holovaty2006-02-161-7/+7
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Beefed up 'If you get a segmentation fault' section in docs/modpython.txtAdrian Holovaty2006-02-161-5/+28
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'If you get a segmentation fault' to docs/modpython.txtAdrian Holovaty2006-02-161-0/+10
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Improved docs/modpython.txt to add note about debugging under mod_python ↵Adrian Holovaty2005-11-271-0/+9
| | | | | | with print statements git-svn-id: http://code.djangoproject.com/svn/django/trunk@1451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'Error handling' section to docs/modpython.txtAdrian Holovaty2005-11-261-0/+13
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandezAdrian Holovaty2005-11-131-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'Serving the admin files' section in docs/modpython.txtAdrian Holovaty2005-11-071-8/+26
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated install.txt and modpython.txt to note required Apache and mod_python ↵Adrian Holovaty2005-11-071-1/+22
| | | | | | versions. Also gave full example for Apache config git-svn-id: http://code.djangoproject.com/svn/django/trunk@1123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty2005-10-191-22/+10
| | | | | | middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added note to docs/modpython.txt about non-dev arrangements not serving ↵Adrian Holovaty2005-10-121-0/+3
| | | | | | admin media files git-svn-id: http://code.djangoproject.com/svn/django/trunk@845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Clarified potentially confusing sentence in docs/modpython.txtAdrian Holovaty2005-09-291-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Small change to docs/modpython.txt -- added link to Apache Web siteAdrian Holovaty2005-09-141-8/+10
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed spelling error and reworded mod_python PythonInterpreter section of docsAdrian Holovaty2005-07-211-5/+7
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* No, [278] missed the actual bug; this should fix itJacob Kaplan-Moss2005-07-211-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed ReST bug in [277]Jacob Kaplan-Moss2005-07-211-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added note about using different settings modules in the same virtual hostJacob Kaplan-Moss2005-07-211-4/+19
| | | | | | | (thanks steadicat). git-svn-id: http://code.djangoproject.com/svn/django/trunk@277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #135 -- Added 'Multiple Django installations on the same Apache' to ↵Adrian Holovaty2005-07-211-0/+25
| | | | | | docs/mod_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'Serving media files' to docs/modpython.txtAdrian Holovaty2005-07-211-0/+28
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'Running a development server with mod_python' to docs/modpython.txtAdrian Holovaty2005-07-191-0/+12
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added note about 'PythonDebug Off' to docs/modpython.txtAdrian Holovaty2005-07-191-0/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added some more to docs/modpython.txtAdrian Holovaty2005-07-191-4/+23
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed redundant word from docs/modpython.txtAdrian Holovaty2005-07-191-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'How to use Django with mod_python' -- docs/modpython.txtAdrian Holovaty2005-07-191-0/+41
git-svn-id: http://code.djangoproject.com/svn/django/trunk@217 bcc190cf-cafb-0310-a4f2-bffc1f526a37