File: index.txt

package info (click to toggle)
python-django 3%3A5.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 61,236 kB
  • sloc: python: 361,585; javascript: 19,250; xml: 211; makefile: 182; sh: 28
file content (43 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
===============
Getting started
===============

New to Django? Or to web development in general? Well, you came to the right
place: read this material to quickly get up and running.

.. toctree::
   :maxdepth: 1

   overview
   install
   tutorial01
   tutorial02
   tutorial03
   tutorial04
   tutorial05
   tutorial06
   tutorial07
   tutorial08
   reusable-apps
   whatsnext
   contributing

.. 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.

    If you're new to programming entirely, you might want to start with this
    `list of Python resources for non-programmers`_

    If you already know a few other languages and want to get up to speed with
    Python quickly, we recommend referring the official
    `Python documentation`_, which provides comprehensive and authoritative
    information about the language, as well as links to other resources such as
    a list of `books about Python`_.

    .. _python: https://www.python.org/
    .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
    .. _Python documentation: https://docs.python.org/3/
    .. _books about Python: https://wiki.python.org/moin/PythonBooks