/docs/intro/index.txt

https://code.google.com/p/mango-py/ · Plain Text · 36 lines · 28 code · 8 blank · 0 comment · 0 complexity · 3acc1553bf21a689967cda9026a4dbb6 MD5 · raw file

  1. Getting started
  2. ===============
  3. New to Django? Or to Web development in general? Well, you came to the right
  4. place: read this material to quickly get up and running.
  5. .. toctree::
  6. :maxdepth: 1
  7. overview
  8. install
  9. tutorial01
  10. tutorial02
  11. tutorial03
  12. tutorial04
  13. whatsnext
  14. .. seealso::
  15. If you're new to Python_, you might want to start by getting an idea of what
  16. the language is like. Django is 100% Python, so if you've got minimal
  17. comfort with Python you'll probably get a lot more out of Django.
  18. If you're new to programming entirely, you might want to start with this
  19. `list of Python resources for non-programmers`_
  20. If you already know a few other languages and want to get up to speed with
  21. Python quickly, we recommend `Dive Into Python`_ (also available in a
  22. `dead-tree version`_). If that's not quite your style, there are quite
  23. a few other `books about Python`_.
  24. .. _python: http://python.org/
  25. .. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
  26. .. _dive into python: http://diveintopython.org/
  27. .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
  28. .. _books about Python: http://wiki.python.org/moin/PythonBooks