2005-07-21 09:37:28 +08:00
|
|
|
Django is a high-level Python Web framework that encourages rapid development
|
|
|
|
and clean, pragmatic design.
|
|
|
|
|
2005-07-21 23:06:49 +08:00
|
|
|
All documentation is in the "docs" directory and online at
|
2008-09-03 00:42:13 +08:00
|
|
|
http://docs.djangoproject.com/en/dev/. If you're just getting started, here's
|
|
|
|
how we recommend you read the docs:
|
2005-07-21 23:06:49 +08:00
|
|
|
|
2008-09-03 00:42:13 +08:00
|
|
|
* First, read docs/intro/install.txt for instructions on installing Django.
|
2005-07-21 23:06:49 +08:00
|
|
|
|
2008-09-03 00:42:13 +08:00
|
|
|
* Next, work through the tutorials in order (docs/intro/tutorial01.txt,
|
|
|
|
docs/intro/tutorial02.txt, etc.).
|
2005-07-21 23:06:49 +08:00
|
|
|
|
2008-09-03 00:42:13 +08:00
|
|
|
* If you want to set up an actual deployment server, read
|
2010-02-24 21:54:53 +08:00
|
|
|
docs/howto/deployment/index.txt for instructions.
|
2005-07-21 22:11:25 +08:00
|
|
|
|
2008-09-03 00:42:13 +08:00
|
|
|
* You'll probably want to read through the topical guides (in docs/topics)
|
|
|
|
next; from there you can jump to the HOWTOs (in docs/howto) for specific
|
|
|
|
problems, and check out the reference (docs/ref) for gory details.
|
2005-07-21 22:11:25 +08:00
|
|
|
|
2010-11-07 01:44:26 +08:00
|
|
|
* See docs/README for instructions on building an HTML version of the docs.
|
|
|
|
|
2005-07-21 22:11:25 +08:00
|
|
|
Docs are updated rigorously. If you find any problems in the docs, or think they
|
|
|
|
should be clarified in any way, please take 30 seconds to fill out a ticket
|
|
|
|
here:
|
2005-07-21 09:37:28 +08:00
|
|
|
|
2011-01-29 06:07:43 +08:00
|
|
|
http://code.djangoproject.com/newticket
|
2005-07-21 09:37:28 +08:00
|
|
|
|
2005-07-21 22:11:25 +08:00
|
|
|
To get more help:
|
|
|
|
|
2005-07-21 23:06:49 +08:00
|
|
|
* Join the #django channel on irc.freenode.net. Lots of helpful people
|
2009-12-12 15:13:38 +08:00
|
|
|
hang out there. Read the archives at http://botland.oebfare.com/logger/django/.
|
2005-07-21 23:06:49 +08:00
|
|
|
|
|
|
|
* Join the django-users mailing list, or read the archives, at
|
2006-09-21 21:38:13 +08:00
|
|
|
http://groups.google.com/group/django-users.
|
2005-07-21 23:06:49 +08:00
|
|
|
|
2005-07-21 22:11:25 +08:00
|
|
|
To contribute to Django:
|
|
|
|
|
|
|
|
* Check out http://www.djangoproject.com/community/ for information
|
|
|
|
about getting involved.
|
2011-01-27 11:14:49 +08:00
|
|
|
|
|
|
|
To run Django's test suite:
|
|
|
|
|
|
|
|
* Follow the instructions in the "Unit tests" section of
|
2011-06-27 00:52:43 +08:00
|
|
|
docs/internals/contributing/writing-code/unit-tests.txt, published online at
|
2011-09-10 05:36:58 +08:00
|
|
|
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests
|