Няма описание

Malcolm Tredinnick a89b51b033 Fixed #1240 -- Fixed portability problem in bash completion script. Thanks, преди 18 години
django 43809de79d Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in преди 18 години
docs 98b2e0a035 Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from преди 18 години
examples f69cf70ed8 MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. преди 19 години
extras a89b51b033 Fixed #1240 -- Fixed portability problem in bash completion script. Thanks, преди 18 години
scripts 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue преди 18 години
tests 43809de79d Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in преди 18 години
AUTHORS 55c70238ed Fixed #3636 -- Updated akaihola's entry in AUTHORS. преди 18 години
INSTALL e3bb401181 Added section to INSTALL about an alternative install method that avoids using an Internet connection преди 18 години
LICENSE 1380de538a Changed name on LICENSE to be lawyerriffic преди 19 години
MANIFEST.in 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue преди 18 години
README f28f299413 Fixed #2758 -- Fixed some links in README. преди 18 години
setup.cfg 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue преди 18 години
setup.py 97256bc39c Fixed #3536 -- Fixed setup.py so that it prints a usage message if you преди 18 години

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.