Python JavaScript HTML CSS Shell Smarty
View #1388
Pull request Compare This branch is 177 commits ahead, 22290 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
django
docs
examples MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards… May 2, 2006
extras boulder-oracle-sprint: Merged to [5245] May 15, 2007
scripts boulder-oracle-sprint: Merged to [5462] Jun 11, 2007
tests
AUTHORS boulder-oracle-sprint: Merged to [5508] Jun 21, 2007
INSTALL Added section to INSTALL about an alternative install method that avo… Jul 28, 2006
LICENSE Changed name on LICENSE to be lawyerriffic Jul 15, 2005
MANIFEST.in
README Fixed #2758 -- Fixed some links in README. Sep 21, 2006
setup.cfg boulder-oracle-sprint: Merged to [4934]. Apr 5, 2007
setup.py boulder-oracle-sprint: Merged to [4934]. Apr 5, 2007

README

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.