diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2014-02-14 12:45:35 +0000 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@thenicols.net> | 2014-02-14 12:45:35 +0000 |
| commit | f3805f5c529d788f72f68d80b492d059cc62e6b2 (patch) | |
| tree | f2a544f11e503724b9a125d1b28c3ad3baace457 /docs/intro/tutorial03.txt | |
| parent | 2e4200b5c7cb4887b7034bb5dcbbd354e4698f27 (diff) | |
Added missing snippet to show filename in docs
Diffstat (limited to 'docs/intro/tutorial03.txt')
| -rw-r--r-- | docs/intro/tutorial03.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index d443536c1a..9754808897 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -62,7 +62,10 @@ Write your first view ===================== Let's write the first view. Open the file ``polls/views.py`` -and put the following Python code in it:: +and put the following Python code in it: + +.. snippet:: + :filename: polls/views.py from django.http import HttpResponse |
