Changeset 8857 for django/trunk/README
- Timestamp:
- 09/02/08 11:42:13 (3 months ago)
- Files:
-
- django/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/README
r7294 r8857 3 3 4 4 All documentation is in the "docs" directory and online at 5 http:// www.djangoproject.com/documentation/. If you're just getting started,6 h ere's how we recommend you read the docs:5 http://docs.djangoproject.com/en/dev/. If you're just getting started, here's 6 how we recommend you read the docs: 7 7 8 * First, read docs/in stall.txt for instructions on installing Django.8 * First, read docs/intro/install.txt for instructions on installing Django. 9 9 10 * Next, work through the tutorials in order (docs/ tutorial01.txt,11 docs/ tutorial02.txt, etc.).10 * Next, work through the tutorials in order (docs/intro/tutorial01.txt, 11 docs/intro/tutorial02.txt, etc.). 12 12 13 * If you want to set up an actual deployment server, read docs/modpython.txt 14 for instructions on running Django under mod_python. 13 * If you want to set up an actual deployment server, read 14 docs/howto/deployment/modpython.txt for instructions on running Django 15 under mod_python. 15 16 16 * The rest of the documentation is of the reference-manual variety. 17 Read it -- and the FAQ -- as you run into problems. 17 * You'll probably want to read through the topical guides (in docs/topics) 18 next; from there you can jump to the HOWTOs (in docs/howto) for specific 19 problems, and check out the reference (docs/ref) for gory details. 18 20 19 21 Docs are updated rigorously. If you find any problems in the docs, or think they … … 26 28 27 29 * Join the #django channel on irc.freenode.net. Lots of helpful people 28 hang out there. Read the archives at http:// simon.bofh.ms/logger/django/.30 hang out there. Read the archives at http://oebfare.com/logger/django/. 29 31 30 32 * Join the django-users mailing list, or read the archives, at
