[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Backport of 307c63f9a7
from master
This commit is contained in:
parent
00b436adf4
commit
8e432718b8
|
@ -35,10 +35,8 @@ older versions of Django and install a newer one.
|
|||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please post a message
|
||||
to |django-users| or drop by `#django on irc.freenode.net
|
||||
<irc://irc.freenode.net/django>`_ to chat with other Django users who might
|
||||
be able to help.
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Creating a project
|
||||
==================
|
||||
|
|
|
@ -6,6 +6,11 @@ This tutorial begins where :doc:`Tutorial 1 </intro/tutorial01>` left off.
|
|||
We'll setup the database, create your first model, and get a quick introduction
|
||||
to Django's automatically-generated admin site.
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Database setup
|
||||
==============
|
||||
|
||||
|
|
|
@ -6,6 +6,11 @@ This tutorial begins where :doc:`Tutorial 2 </intro/tutorial02>` left off. We're
|
|||
continuing the Web-poll application and will focus on creating the public
|
||||
interface -- "views."
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Overview
|
||||
========
|
||||
|
||||
|
|
|
@ -6,6 +6,11 @@ This tutorial begins where :doc:`Tutorial 3 </intro/tutorial03>` left off. We're
|
|||
continuing the Web-poll application and will focus on form processing and
|
||||
cutting down our code.
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Write a minimal form
|
||||
====================
|
||||
|
||||
|
|
|
@ -6,6 +6,11 @@ This tutorial begins where :doc:`Tutorial 4 </intro/tutorial04>` left off.
|
|||
We've built a Web-poll application, and we'll now create some automated tests
|
||||
for it.
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Introducing automated testing
|
||||
=============================
|
||||
|
||||
|
|
|
@ -20,6 +20,11 @@ That's what ``django.contrib.staticfiles`` is for: it collects static files
|
|||
from each of your applications (and any other places you specify) into a
|
||||
single location that can easily be served in production.
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Customize your *app's* look and feel
|
||||
====================================
|
||||
|
||||
|
|
|
@ -7,6 +7,11 @@ continuing the Web-poll application and will focus on customizing Django's
|
|||
automatically-generated admin site that we first explored in :doc:`Tutorial 2
|
||||
</intro/tutorial02>`.
|
||||
|
||||
.. admonition:: Where to get help:
|
||||
|
||||
If you're having trouble going through this tutorial, please head over to
|
||||
the :doc:`Getting Help</faq/help>` section of the FAQ.
|
||||
|
||||
Customize the admin form
|
||||
========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue