Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
[django.git] / README
blob720b6c76df783cff9cf87b25865c60ef51aacd92
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/modpython.txt for instructions on running Django
15       under mod_python.
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.
21 Docs are updated rigorously. If you find any problems in the docs, or think they
22 should be clarified in any way, please take 30 seconds to fill out a ticket
23 here:
25 http://code.djangoproject.com/newticket
27 To get more help:
29     * Join the #django channel on irc.freenode.net. Lots of helpful people
30       hang out there. Read the archives at http://oebfare.com/logger/django/.
32     * Join the django-users mailing list, or read the archives, at
33       http://groups.google.com/group/django-users.
35 To contribute to Django:
37     * Check out http://www.djangoproject.com/community/ for information
38       about getting involved.