Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.

This commit is contained in:
Gabriel Augendre 2019-12-21 14:58:46 +01:00 committed by Mariusz Felisiak
parent c07b4bce2c
commit 307c63f9a7
7 changed files with 32 additions and 4 deletions

View File

@ -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
==================

View File

@ -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
==============

View File

@ -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
========

View File

@ -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
====================

View File

@ -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
=============================

View File

@ -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
====================================

View File

@ -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
========================