Geen omschrijving

Malcolm Tredinnick abe6c5d6ae Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel Alves 18 jaren geleden
django abe6c5d6ae Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel Alves 18 jaren geleden
docs b6f085aa43 Typo fix. 18 jaren geleden
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 jaren geleden
extras a89b51b033 Fixed #1240 -- Fixed portability problem in bash completion script. Thanks, 18 jaren geleden
scripts 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 jaren geleden
tests a5938f350c Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet. 18 jaren geleden
AUTHORS abe6c5d6ae Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel Alves 18 jaren geleden
INSTALL e3bb401181 Added section to INSTALL about an alternative install method that avoids using an Internet connection 18 jaren geleden
LICENSE 1380de538a Changed name on LICENSE to be lawyerriffic 19 jaren geleden
MANIFEST.in 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 jaren geleden
README f28f299413 Fixed #2758 -- Fixed some links in README. 18 jaren geleden
setup.cfg 2258723097 Refs #3338 -- Partially fix rpm packaging problems. There is still one issue 18 jaren geleden
setup.py 97256bc39c Fixed #3536 -- Fixed setup.py so that it prints a usage message if you 18 jaren geleden

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.