Commit f3805f5c authored by Alasdair Nicol's avatar Alasdair Nicol
Browse files

Added missing snippet to show filename in docs

parent 2e4200b5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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