summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Augendre <gabriel@augendre.info>2019-12-21 14:58:46 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-31 09:26:13 +0100
commit8e432718b80d8dc3bbcf727dcaced67599a3ee53 (patch)
treec6d7878d01bc7c951197598db1fd0631c91c14c0
parent00b436adf46a332bf73d49e0a96fdf57f0cb499e (diff)
[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
-rw-r--r--docs/intro/tutorial01.txt6
-rw-r--r--docs/intro/tutorial02.txt5
-rw-r--r--docs/intro/tutorial03.txt5
-rw-r--r--docs/intro/tutorial04.txt5
-rw-r--r--docs/intro/tutorial05.txt5
-rw-r--r--docs/intro/tutorial06.txt5
-rw-r--r--docs/intro/tutorial07.txt5
7 files changed, 32 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index c6554f3437..63088075d9 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -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
==================
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index c4fad3b78b..3605f9977d 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -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
==============
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 1d775e844b..23282c4f6d 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -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
========
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index c707ba6967..414156b56c 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -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
====================
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 8d1791e010..b056d53bea 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -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
=============================
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt
index 91a0a10f24..e81f6cdf0c 100644
--- a/docs/intro/tutorial06.txt
+++ b/docs/intro/tutorial06.txt
@@ -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
====================================
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index 2325ac8074..7c2387eee7 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -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
========================