Skip to content

Commit

Permalink
Fixes #134
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Nov 4, 2014
1 parent eb65022 commit 7240769
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tutorials/03-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ Now we need to route the homepage URL to the home view. Our URL file ``myblog/u
]
Now let's visit http://localhost:8000/ in a web browser to check our work. You should see a webpage that looks like this:
Now let's visit http://localhost:8000/ in a web browser to check our
work. (Restart your server with the command
`python manage.py runserver`.) You should see a webpage that looks like
this:

.. image:: _static/03-01_myblog.png

Expand Down

0 comments on commit 7240769

Please sign in to comment.