The Web framework for perfectionists with deadlines.
Find a file
2009-09-11 21:23:21 +00:00
django [multi-db] Merged trunk to [4188]. Some tests still failing. 2006-12-10 15:43:51 +00:00
docs [multi-db] Merged trunk to [4188]. Some tests still failing. 2006-12-10 15:43:51 +00:00
examples MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
extras Fixed #1240 -- Updated bash completion file to accomodate changes in r3174. 2006-06-21 11:15:01 +00:00
tests [multi-db] Merged trunk to [4188]. Some tests still failing. 2006-12-10 15:43:51 +00:00
AUTHORS [multi-db] Merged trunk to [4158]. Some tests still failing. 2006-12-04 21:12:29 +00:00
INSTALL [multi-db] Merge trunk to [3501] 2006-07-31 18:19:15 +00:00
LICENSE Changed name on LICENSE to be lawyerriffic 2005-07-15 19:38:37 +00:00
MANIFEST.in [multi-db] Merged trunk to 3950. Some tests still failing. 2006-12-04 19:58:49 +00:00
README [multi-db] Merge trunk to [3812]. Some tests still failing. 2006-11-29 20:02:43 +00:00
setup.cfg [multi-db] Merge trunk to [3661] 2006-09-04 02:20:26 +00:00
setup.py [multi-db] Merged trunk to [4158]. Some tests still failing. 2006-12-04 21:12:29 +00:00

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

All documentation is in the "docs" directory and online at
http://www.djangoproject.com/documentation/.  If you're just getting started,
here's how we recommend you read the docs:

    * First, read docs/install.txt for instructions on installing Django.

    * Next, work through the tutorials in order (docs/tutorial01.txt,
      docs/tutorial02.txt, etc.).

    * If you want to set up an actual deployment server, read docs/modpython.txt
      for instructions on running Django under mod_python.

    * The rest of the documentation is of the reference-manual variety.
      Read it -- and the FAQ -- as you run into problems.

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:

http://code.djangoproject.com/newticket

To get more help:

    * Join the #django channel on irc.freenode.net. Lots of helpful people
      hang out there. Read the archives at http://simon.bofh.ms/logger/django/ .

    * Join the django-users mailing list, or read the archives, at
      http://groups.google.com/group/django-users.

To contribute to Django:

    * Check out http://www.djangoproject.com/community/ for information
      about getting involved.