1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- 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:
- how we recommend you read the docs:
- docs/intro/tutorial02.txt, etc.).
- docs/howto/deployment/index.txt for instructions.
- next; from there you can jump to the HOWTOs (in docs/howto) for specific
- problems, and check out the reference (docs/ref) for gory details.
- 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:
- To get more help:
- hang out there. Read the archives at http:
- http:
- To contribute to Django:
- about getting involved.
- To run Django's test suite:
- docs/internals/contributing.txt, published online at
- http:
|