mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #20876 -- Changed Poll model name in tutorial to Question
This commit is contained in:
parent
55a11683f7
commit
d34b94b00f
28 changed files with 384 additions and 352 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue