Fixed #20876 -- Changed Poll model name in tutorial to Question

This commit is contained in:
Rodolfo 2013-09-06 13:57:00 -05:00 committed by Tim Graham
parent 55a11683f7
commit d34b94b00f
28 changed files with 384 additions and 352 deletions

View file

@ -75,7 +75,7 @@ template tag from the ``staticfiles`` template library. The ``{% static %}``
template tag generates the absolute URL of the static file.
That's all you need to do for development. Reload
``http://localhost:8000/polls/`` and you should see that the poll links are
``http://localhost:8000/polls/`` and you should see that the question links are
green (Django style!) which means that your stylesheet was properly loaded.
Adding a background-image