Tidak Ada Deskripsi

Malcolm Tredinnick a89b51b033 Fixed #1240 -- Fixed portability problem in bash completion script. Thanks, 18 tahun lalu
django 43809de79d Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in 18 tahun lalu
docs 98b2e0a035 Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from 18 tahun lalu
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 tahun lalu
extras a89b51b033 Fixed #1240 -- Fixed portability problem in bash completion script. Thanks, 18 tahun lalu
scripts 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 tahun lalu
tests 43809de79d Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in 18 tahun lalu
AUTHORS 55c70238ed Fixed #3636 -- Updated akaihola's entry in AUTHORS. 18 tahun lalu
INSTALL e3bb401181 Added section to INSTALL about an alternative install method that avoids using an Internet connection 18 tahun lalu
LICENSE 1380de538a Changed name on LICENSE to be lawyerriffic 19 tahun lalu
MANIFEST.in 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 tahun lalu
README f28f299413 Fixed #2758 -- Fixed some links in README. 18 tahun lalu
setup.cfg 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 tahun lalu
setup.py 97256bc39c Fixed #3536 -- Fixed setup.py so that it prints a usage message if you 18 tahun lalu

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.