Changeset 259
- Timestamp:
- 07/20/05 20:37:28 (3 years ago)
- Files:
-
- django/trunk/INSTALL (modified) (1 diff)
- django/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/INSTALL
r5 r259 1 This is a stub; please complete me 1 Thanks for downloading Django. 2 3 To install it, make sure you have Python 2.3+ installed. Then run this command: 4 5 python2.3 setup.py install 6 7 For more detailed instructions, see docs/install.txt. django/trunk/README
r5 r259 1 This is a stub; please complete me 1 Django is a high-level Python Web framework that encourages rapid development 2 and clean, pragmatic design. 3 4 Thanks for downloading it. 5 6 All documentation is in the "docs" directory. Docs are updated rigorously. If 7 you find any problems in the docs, or think they should be clarified in any 8 way, please take 30 seconds to fill out a ticket here: 9 10 http://code.djangoproject.com/newticket 11 12 Install instructions are in the INSTALL file.
