mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
This commit is contained in:
parent
c07b4bce2c
commit
307c63f9a7
7 changed files with 32 additions and 4 deletions
|
@ -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
|
||||
==============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue