Skip to content

Commit 10a58f0

Browse files
committed
Updated README file
1 parent 01cd5a8 commit 10a58f0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Polls
55
Polls is a simple Django app to conduct Web-based polls. For each
66
question, visitors can choose between a fixed number of answers.
77

8+
.. figure:: https://raw.github.com/macagua/django192-tutorial/reusable-apps/docs/screenshot.png
9+
:align: center
10+
:height: 431px
11+
:width: 362px
12+
:alt: The Django app to conduct Web-based polls.
13+
14+
The Django app to conduct Web-based polls.
15+
816
Detailed documentation is in the "docs" directory.
917

1018
Quick start
@@ -26,4 +34,4 @@ Quick start
2634
4. Start the development server and visit http://127.0.0.1:8000/admin/
2735
to create a poll (you'll need the Admin app enabled).
2836

29-
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.
37+
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.

0 commit comments

Comments
 (0)