123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- Django is a high-level Python Web framework that encourages rapid development
- and clean, pragmatic design. Thanks for checking it out.
- 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/writing-code/unit-tests.txt, published online at
- https:
|