File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
Polls is a simple Django app to conduct Web-based polls. For each
6
6
question, visitors can choose between a fixed number of answers.
7
7
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
+
8
16
Detailed documentation is in the "docs" directory.
9
17
10
18
Quick start
@@ -26,4 +34,4 @@ Quick start
26
34
4. Start the development server and visit http://127.0.0.1:8000/admin/
27
35
to create a poll (you'll need the Admin app enabled).
28
36
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.
You can’t perform that action at this time.
0 commit comments