No Description

Adrian Holovaty b2cb66bfbc Filled in INSTALL and README files 19 years ago
django bc5359f754 Added optional rel_name parameter to ManyToManyField, which makes it possible to many-to-many-relate a single model to another model more than once. Also updated the model docs to reflect this 19 years ago
docs 903920a3d2 Fixed #103 -- Changed docs/install.txt to note there is no official version yet 19 years ago
INSTALL b2cb66bfbc Filled in INSTALL and README files 19 years ago
LICENSE 1380de538a Changed name on LICENSE to be lawyerriffic 19 years ago
README b2cb66bfbc Filled in INSTALL and README files 19 years ago
ez_setup.py 05c5dabb8f Added ez_setup.py -- companion to [65] 19 years ago
setup.py a7506973af Moved default admin from media to django/conf/admin_media, so Django is able to introspect their location, in preparation for #76 19 years ago

README

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Thanks for downloading it.

All documentation is in the "docs" directory. 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

Install instructions are in the INSTALL file.