Django

Code

Changeset 273

Show
Ignore:
Timestamp:
07/21/05 10:06:49 (3 years ago)
Author:
adrian
Message:

Fixed #138 -- Thanks, paolo

Files:

Legend:

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

    r271 r273  
    22and clean, pragmatic design. 
    33 
    4 All documentation is in the "docs" directory and online at  
     4All documentation is in the "docs" directory and online at 
    55http://www.djangoproject.com/documentation/.  If you're just getting started, 
    6 here's a good order to read the docs: 
     6here's how we recommend you read the docs: 
    77 
    8     * First, read doc/install.txt for instructions on installing Django. 
    9      
    10     * Next, work through the tutorials in order (doc/tutorial01.txt, 
    11       doc/tutorial02.txt, etc.). 
    12        
    13     * If you want to set up an actual deployment server, read doc/modpython.txt 
     8    * First, read docs/install.txt for instructions on installing Django. 
     9 
     10    * Next, work through the tutorials in order (docs/tutorial01.txt, 
     11      docs/tutorial02.txt, etc.). 
     12 
     13    * If you want to set up an actual deployment server, read docs/modpython.txt 
    1414      for instructions on running Django under mod_python. 
    1515 
    16     * The rest of the documentation is of the reference-manual variety; 
    17       read it -- and the FAQ -- as you run into problems. 
     16    * The rest of the documentation is of the reference-manual variety. 
     17      Read it -- and the FAQ -- as you run into problems. 
    1818 
    1919Docs are updated rigorously. If you find any problems in the docs, or think they 
     
    2525To get more help: 
    2626 
    27     * Join the #django channel on irc.freenode.net; lots of helpful 
    28       people hang out there (read the archives at http://loglibrary.com/179)
    29        
    30     * Join the django-users mailing list or read the archives at 
     27    * Join the #django channel on irc.freenode.net. Lots of helpful people 
     28      hang out there. Read the archives at http://loglibrary.com/179
     29 
     30    * Join the django-users mailing list, or read the archives, at 
    3131      http://groups-beta.google.com/group/django-users. 
    32        
     32 
    3333To contribute to Django: 
    3434