2
0

index.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ===============
  2. Getting started
  3. ===============
  4. New to Django? Or to web development in general? Well, you came to the right
  5. place: read this material to quickly get up and running.
  6. .. toctree::
  7. :maxdepth: 1
  8. overview
  9. install
  10. tutorial01
  11. tutorial02
  12. tutorial03
  13. tutorial04
  14. tutorial05
  15. tutorial06
  16. tutorial07
  17. tutorial08
  18. reusable-apps
  19. whatsnext
  20. contributing
  21. .. seealso::
  22. If you're new to Python_, you might want to start by getting an idea of what
  23. the language is like. Django is 100% Python, so if you've got minimal
  24. comfort with Python you'll probably get a lot more out of Django.
  25. If you're new to programming entirely, you might want to start with this
  26. `list of Python resources for non-programmers`_
  27. If you already know a few other languages and want to get up to speed with
  28. Python quickly, we recommend referring the official
  29. `Python documentation`_, which provides comprehensive and authoritative
  30. information about the language, as well as links to other resources such as
  31. a list of `books about Python`_.
  32. .. _python: https://www.python.org/
  33. .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
  34. .. _Python documentation: https://docs.python.org/3/
  35. .. _books about Python: https://wiki.python.org/moin/PythonBooks