Changeset 273
- Timestamp:
- 07/21/05 10:06:49 (3 years ago)
- Files:
-
- django/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/README
r271 r273 2 2 and clean, pragmatic design. 3 3 4 All documentation is in the "docs" directory and online at 4 All documentation is in the "docs" directory and online at 5 5 http://www.djangoproject.com/documentation/. If you're just getting started, 6 here's a good order toread the docs:6 here's how we recommend you read the docs: 7 7 8 * First, read doc /install.txt for instructions on installing Django.9 10 * Next, work through the tutorials in order (doc /tutorial01.txt,11 doc /tutorial02.txt, etc.).12 13 * If you want to set up an actual deployment server, read doc /modpython.txt8 * First, read docs/install.txt for instructions on installing Django. 9 10 * Next, work through the tutorials in order (docs/tutorial01.txt, 11 docs/tutorial02.txt, etc.). 12 13 * If you want to set up an actual deployment server, read docs/modpython.txt 14 14 for instructions on running Django under mod_python. 15 15 16 * The rest of the documentation is of the reference-manual variety ;17 read it -- and the FAQ -- as you run into problems.16 * The rest of the documentation is of the reference-manual variety. 17 Read it -- and the FAQ -- as you run into problems. 18 18 19 19 Docs are updated rigorously. If you find any problems in the docs, or think they … … 25 25 To get more help: 26 26 27 * Join the #django channel on irc.freenode.net ; lots of helpful28 people hang out there (read the archives at http://loglibrary.com/179).29 30 * Join the django-users mailing list or read the archivesat27 * Join the #django channel on irc.freenode.net. Lots of helpful people 28 hang out there. Read the archives at http://loglibrary.com/179 . 29 30 * Join the django-users mailing list, or read the archives, at 31 31 http://groups-beta.google.com/group/django-users. 32 32 33 33 To contribute to Django: 34 34
