Django

Code

Changeset 259

Show
Ignore:
Timestamp:
07/20/05 20:37:28 (3 years ago)
Author:
adrian
Message:

Filled in INSTALL and README files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/INSTALL

    r5 r259  
    1 This is a stub; please complete me 
     1Thanks for downloading Django. 
     2 
     3To install it, make sure you have Python 2.3+ installed. Then run this command: 
     4 
     5python2.3 setup.py install 
     6 
     7For more detailed instructions, see docs/install.txt. 
  • django/trunk/README

    r5 r259  
    1 This is a stub; please complete me 
     1Django is a high-level Python Web framework that encourages rapid development 
     2and clean, pragmatic design. 
     3 
     4Thanks for downloading it. 
     5 
     6All documentation is in the "docs" directory. Docs are updated rigorously. If 
     7you find any problems in the docs, or think they should be clarified in any 
     8way, please take 30 seconds to fill out a ticket here: 
     9 
     10http://code.djangoproject.com/newticket 
     11 
     12Install instructions are in the INSTALL file.