mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[1.5.X] Fixed #16671 - Added a tutorial on reuseable apps
Thank-you Katie Miller and Ben Sturmfels for the initial draft,
as well as Russ and Carl for the reviews.
Backport of 08cf54990a
from master
This commit is contained in:
parent
9c4ddea8e6
commit
5c7406b236
6 changed files with 388 additions and 8 deletions
|
@ -278,5 +278,10 @@ For full details on generic views, see the :doc:`generic views documentation
|
|||
What's next?
|
||||
============
|
||||
|
||||
The tutorial ends here for the time being. In the meantime, you might want to
|
||||
check out some pointers on :doc:`where to go from here </intro/whatsnext>`.
|
||||
The beginner tutorial ends here for the time being. In the meantime, you might
|
||||
want to check out some pointers on :doc:`where to go from here
|
||||
</intro/whatsnext>`.
|
||||
|
||||
If you are familiar with Python packaging and interested in learning how to
|
||||
turn polls into a "reusable app", check out :doc:`Advanced tutorial: How to
|
||||
write reusable apps</intro/reusable-apps>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue