2016-01-03 12:56:22 +02:00
|
|
|
===============
|
2008-08-23 22:25:40 +00:00
|
|
|
Getting started
|
|
|
|
===============
|
|
|
|
|
2021-07-23 07:48:16 +01:00
|
|
|
New to Django? Or to web development in general? Well, you came to the right
|
2008-08-23 22:25:40 +00:00
|
|
|
place: read this material to quickly get up and running.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2012-10-30 15:53:56 -04:00
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
overview
|
|
|
|
install
|
|
|
|
tutorial01
|
|
|
|
tutorial02
|
|
|
|
tutorial03
|
|
|
|
tutorial04
|
2012-12-15 08:03:17 -05:00
|
|
|
tutorial05
|
2013-03-04 06:05:11 -05:00
|
|
|
tutorial06
|
2015-05-11 20:43:40 -03:00
|
|
|
tutorial07
|
2023-02-07 08:26:37 -06:00
|
|
|
tutorial08
|
2012-10-30 15:53:56 -04:00
|
|
|
reusable-apps
|
2008-08-23 22:25:40 +00:00
|
|
|
whatsnext
|
2012-10-30 20:09:49 -04:00
|
|
|
contributing
|
2012-10-30 15:53:56 -04:00
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
If you're new to Python_, you might want to start by getting an idea of what
|
|
|
|
the language is like. Django is 100% Python, so if you've got minimal
|
|
|
|
comfort with Python you'll probably get a lot more out of Django.
|
2012-10-30 15:53:56 -04:00
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
If you're new to programming entirely, you might want to start with this
|
|
|
|
`list of Python resources for non-programmers`_
|
2012-10-30 15:53:56 -04:00
|
|
|
|
2008-08-23 22:25:40 +00:00
|
|
|
If you already know a few other languages and want to get up to speed with
|
2013-12-30 18:15:49 +01:00
|
|
|
Python quickly, we recommend `Dive Into Python`_. If that's not quite your
|
|
|
|
style, there are many other `books about Python`_.
|
2012-10-30 15:53:56 -04:00
|
|
|
|
2021-04-27 12:09:00 +01:00
|
|
|
.. _python: https://www.python.org/
|
2013-12-08 18:39:26 +01:00
|
|
|
.. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
|
2019-08-19 01:28:09 +02:00
|
|
|
.. _Dive Into Python: https://diveinto.org/python3/table-of-contents.html
|
2013-12-08 18:39:26 +01:00
|
|
|
.. _books about Python: https://wiki.python.org/moin/PythonBooks
|