App Engine Python SDK version 1.9.12
[gae.git] / python / lib / django-1.2 / README
blobc1cd37e0a094673b835998d1a0a74e7ca448db7f
1 Django is a high-level Python Web framework that encourages rapid development
2 and clean, pragmatic design.
4 All documentation is in the "docs" directory and online at
5 http://docs.djangoproject.com/en/dev/. If you're just getting started, here's
6 how we recommend you read the docs:
8     * First, read docs/intro/install.txt for instructions on installing Django.
10     * Next, work through the tutorials in order (docs/intro/tutorial01.txt,
11       docs/intro/tutorial02.txt, etc.).
13     * If you want to set up an actual deployment server, read
14       docs/howto/deployment/index.txt for instructions.
16     * You'll probably want to read through the topical guides (in docs/topics)
17       next; from there you can jump to the HOWTOs (in docs/howto) for specific
18       problems, and check out the reference (docs/ref) for gory details.
20 Docs are updated rigorously. If you find any problems in the docs, or think they
21 should be clarified in any way, please take 30 seconds to fill out a ticket
22 here:
24 http://code.djangoproject.com/newticket
26 To get more help:
28     * Join the #django channel on irc.freenode.net. Lots of helpful people
29       hang out there. Read the archives at http://botland.oebfare.com/logger/django/.
31     * Join the django-users mailing list, or read the archives, at
32       http://groups.google.com/group/django-users.
34 To contribute to Django:
36     * Check out http://www.djangoproject.com/community/ for information
37       about getting involved.
39 To run Django's test suite:
41     * Follow the instructions in the "Unit tests" section of
42       docs/internals/contributing.txt, published online at
43       http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests