index.txt 253 B

1234567891011121314151617
  1. ======================
  2. Handling HTTP requests
  3. ======================
  4. Information on handling HTTP requests in Django:
  5. .. toctree::
  6. :maxdepth: 1
  7. urls
  8. views
  9. decorators
  10. file-uploads
  11. shortcuts
  12. generic-views
  13. middleware
  14. sessions