Commit Graph

24 Commits

Author SHA1 Message Date
Adrian Holovaty 674c0b353c Added official-version information to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 05:35:59 +00:00
Adrian Holovaty e8ae356739 Added 'Install Python' section to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:24:32 +00:00
Adrian Holovaty 54c3367a63 Updated install.txt and modpython.txt to note required Apache and mod_python versions. Also gave full example for Apache config
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07 14:39:13 +00:00
Adrian Holovaty 84a30e7096 Added link to server-arrangements page from docs/install.txt. Thanks, Alice
git-svn-id: http://code.djangoproject.com/svn/django/trunk@849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12 13:25:24 +00:00
Adrian Holovaty 8ebe5db684 Added link to mod_python doc from docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11 19:00:56 +00:00
Adrian Holovaty cae7ebe19f Changed docs/install.txt to note SQLite support and requirement for pysqlite 2.0.3 or higher
git-svn-id: http://code.djangoproject.com/svn/django/trunk@335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-28 18:21:46 +00:00
Adrian Holovaty 903920a3d2 Fixed #103 -- Changed docs/install.txt to note there is no official version yet
git-svn-id: http://code.djangoproject.com/svn/django/trunk@258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 01:33:13 +00:00
Adrian Holovaty b55b29c891 Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also updated WSGI mentions in the docs, now that we're WSGI-friendly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 23:14:48 +00:00
Adrian Holovaty 0944653673 Added link to compiled Windows psycopg in docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 18:47:55 +00:00
Adrian Holovaty fbfa3d603e Improved docs/install.txt to say you don't have to run 'setup.py install' if you're using SVN. Thanks, dp_wiz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 14:03:56 +00:00
Adrian Holovaty f87473e12d Fixed inevitable ReST bugs in [149]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:59:37 +00:00
Adrian Holovaty 7718319cbd Fixed inevitable ReST bugs in [148]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:58:53 +00:00
Adrian Holovaty ad8e55db9b Added notes to documentation that MySQL support has not been comprehensively tested. Thanks, Simon!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:53:56 +00:00
Jacob Kaplan-Moss fca1ef1d15 Rolled comments from install and faq pages into those docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 17:01:38 +00:00
Adrian Holovaty 470db1208d Changed docs/install.txt to add a short description of what mod_python is, and a link to the WSGI PEP
git-svn-id: http://code.djangoproject.com/svn/django/trunk@107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 16:25:19 +00:00
Adrian Holovaty 8c61d243df Fixed tiny formatting bug in install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@86 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:45:03 +00:00
Adrian Holovaty 97daa07bfe Added clarification about psycopg version 1, not version 2
git-svn-id: http://code.djangoproject.com/svn/django/trunk@85 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:44:39 +00:00
Adrian Holovaty 3eaa0cf126 Changed docs/install to point out that you need Python DB bindings
git-svn-id: http://code.djangoproject.com/svn/django/trunk@84 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:43:30 +00:00
Adrian Holovaty 7aed83c854 Fixed typo in install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@78 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:14:15 +00:00
Adrian Holovaty 158b54380e Added a small clarification to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@77 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:53:20 +00:00
Adrian Holovaty 835240cf04 Added some spacing to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@76 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:52:16 +00:00
Adrian Holovaty 246402a233 Added Apache and DB instructions to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@75 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:51:05 +00:00
Jacob Kaplan-Moss 8d1623e68b Fixed a few small errors in the install doc
git-svn-id: http://code.djangoproject.com/svn/django/trunk@72 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:26:43 +00:00
Adrian Holovaty 0d2b5e33cd Added docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@71 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:21:18 +00:00