diff options
| author | Gabriel Augendre <gabriel@augendre.info> | 2019-12-21 14:58:46 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-31 08:54:26 +0100 |
| commit | 307c63f9a7c90a21368d8361cd76f48f372413ab (patch) | |
| tree | ec957ec488879227690e87167561348ffefd62e8 /docs/intro/tutorial06.txt | |
| parent | c07b4bce2c1d05308144aec86422d4cd2b45d818 (diff) | |
Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Diffstat (limited to 'docs/intro/tutorial06.txt')
| -rw-r--r-- | docs/intro/tutorial06.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 ==================================== |
