mirror of https://github.com/django/django.git
Refs #30780 -- Moved "First steps" section to the top of index page.
This commit is contained in:
parent
b2bd08bb7a
commit
c07b4bce2c
|
@ -4,6 +4,30 @@ Django documentation
|
|||
|
||||
.. rubric:: Everything you need to know about Django.
|
||||
|
||||
.. _index-first-steps:
|
||||
|
||||
First steps
|
||||
===========
|
||||
|
||||
Are you new to Django or to programming? This is the place to start!
|
||||
|
||||
* **From scratch:**
|
||||
:doc:`Overview <intro/overview>` |
|
||||
:doc:`Installation <intro/install>`
|
||||
|
||||
* **Tutorial:**
|
||||
:doc:`Part 1: Requests and responses <intro/tutorial01>` |
|
||||
:doc:`Part 2: Models and the admin site <intro/tutorial02>` |
|
||||
:doc:`Part 3: Views and templates <intro/tutorial03>` |
|
||||
:doc:`Part 4: Forms and generic views <intro/tutorial04>` |
|
||||
:doc:`Part 5: Testing <intro/tutorial05>` |
|
||||
:doc:`Part 6: Static files <intro/tutorial06>` |
|
||||
:doc:`Part 7: Customizing the admin site <intro/tutorial07>`
|
||||
|
||||
* **Advanced Tutorials:**
|
||||
:doc:`How to write reusable apps <intro/reusable-apps>` |
|
||||
:doc:`Writing your first patch for Django <intro/contributing>`
|
||||
|
||||
Getting help
|
||||
============
|
||||
|
||||
|
@ -47,30 +71,6 @@ will help you know where to look for certain things:
|
|||
steps involved in addressing key problems and use-cases. They are more
|
||||
advanced than tutorials and assume some knowledge of how Django works.
|
||||
|
||||
.. _index-first-steps:
|
||||
|
||||
First steps
|
||||
===========
|
||||
|
||||
Are you new to Django or to programming? This is the place to start!
|
||||
|
||||
* **From scratch:**
|
||||
:doc:`Overview <intro/overview>` |
|
||||
:doc:`Installation <intro/install>`
|
||||
|
||||
* **Tutorial:**
|
||||
:doc:`Part 1: Requests and responses <intro/tutorial01>` |
|
||||
:doc:`Part 2: Models and the admin site <intro/tutorial02>` |
|
||||
:doc:`Part 3: Views and templates <intro/tutorial03>` |
|
||||
:doc:`Part 4: Forms and generic views <intro/tutorial04>` |
|
||||
:doc:`Part 5: Testing <intro/tutorial05>` |
|
||||
:doc:`Part 6: Static files <intro/tutorial06>` |
|
||||
:doc:`Part 7: Customizing the admin site <intro/tutorial07>`
|
||||
|
||||
* **Advanced Tutorials:**
|
||||
:doc:`How to write reusable apps <intro/reusable-apps>` |
|
||||
:doc:`Writing your first patch for Django <intro/contributing>`
|
||||
|
||||
The model layer
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue