Browse Source

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

Gabriel Augendre 5 years ago
parent
commit
307c63f9a7

+ 2 - 4
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
 ==================

+ 5 - 0
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
 ==============
 

+ 5 - 0
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
 ========
 

+ 5 - 0
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
 ====================
 

+ 5 - 0
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
 =============================
 

+ 5 - 0
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
 ====================================
 

+ 5 - 0
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
 ========================