Python JavaScript HTML CSS Shell Smarty
Pull request Compare This branch is 511 commits ahead, 17335 commits behind master.
Latest commit 8b5fc4a Feb 22, 2011 @spookylukey spookylukey [1.1.X] Removed example CSRF jQuery code from release notes, replacin…
…g with link to improved code in the CSRF docs

Backport of [15628] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Permalink
Failed to load latest commit information.
django [1.1.X] Fixed #15306 -- Replaced 1.1.X implementation of admin change… Feb 16, 2011
docs [1.1.X] Removed example CSRF jQuery code from release notes, replacin… Feb 22, 2011
examples MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards… May 2, 2006
extras Removed outdated "adminindex" command -- the same behavior is now far… Aug 25, 2008
scripts Added a man page for django-admin.py. Also install it correctly as pa… Jun 10, 2007
tests [1.1.X] Fixed #15306 -- Replaced 1.1.X implementation of admin change… Feb 16, 2011
AUTHORS [1.1.X] Fixed #5971 - Fixed inconsistent behaviour of the TokenParser… Feb 26, 2010
INSTALL [1.1.X] Updated INSTALL file Oct 30, 2009
LICENSE Updated LICENSE file to acknowledge individual copyrights as well (after Aug 9, 2008
MANIFEST.in
README [1.1.X] Fixed #12951 -- Corrected README link for deployment. Thanks … Feb 24, 2010
setup.cfg
setup.py [1.1.X] Bump version number for impending security release. Feb 9, 2011

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://docs.djangoproject.com/en/dev/. If you're just getting started, here's
how we recommend you read the docs:

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

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

    * If you want to set up an actual deployment server, read
      docs/howto/deployment/index.txt for instructions.

    * 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.

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://botland.oebfare.com/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.