index.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. reusable-apps
  18. whatsnext
  19. contributing
  20. .. seealso::
  21. If you're new to Python_, you might want to start by getting an idea of what
  22. the language is like. Django is 100% Python, so if you've got minimal
  23. comfort with Python you'll probably get a lot more out of Django.
  24. If you're new to programming entirely, you might want to start with this
  25. `list of Python resources for non-programmers`_
  26. If you already know a few other languages and want to get up to speed with
  27. Python quickly, we recommend `Dive Into Python`_. If that's not quite your
  28. style, there are many other `books about Python`_.
  29. .. _python: https://python.org/
  30. .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
  31. .. _Dive Into Python: http://www.diveintopython3.net/
  32. .. _books about Python: https://wiki.python.org/moin/PythonBooks