Commit 3653466b authored by João Luiz Lorencetti's avatar João Luiz Lorencetti Committed by Tim Graham
Browse files

Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.

parent ad0f0daf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -41,12 +41,13 @@ Are you new to Django or to programming? This is the place to start!
  :doc:`Installation <intro/install>`

* **Tutorial:**
  :doc:`Part 1: Models <intro/tutorial01>` |
  :doc:`Part 2: The admin site <intro/tutorial02>` |
  :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 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>` |
+8.33 KiB (32 KiB)
Loading image diff...

docs/intro/_images/admin10.png

deleted100644 → 0
−32 KiB
Loading image diff...
+28.6 KiB
Loading image diff...
−71.7 KiB (9.53 KiB)
Loading image diff...
Loading