File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- Polls (demo for aiohttp)
2
- ========================
1
+ Polls
2
+ =====
3
3
4
4
Example of polls project using aiohttp _, aiopg _ and aiohttp_jinja2 _,
5
5
similar to Django one.
@@ -8,7 +8,8 @@ similar to Django one.
8
8
Preparations
9
9
------------
10
10
11
- Details could be found in :ref: `aiohttp-demos-polls-preparations-database `.
11
+ Details could be found in `Preparations <https://github.com/aio-libs/aiohttp-demos/blob/master/docs/preparations.rst#environment >`_.
12
+
12
13
In short.
13
14
14
15
Run Postgres DB server::
51
52
52
53
Development
53
54
-----------
54
- Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing>_ ` .
55
+ Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing >`_ .
55
56
56
57
57
58
Also for illustration purposes it is useful to show project structure when it changes,
58
- like in :ref: ` aiohttp-demos-polls- preparations- project-structure `. Here is how you
59
- can do that::
59
+ like ` here < https://github.com/aio-libs/ aiohttp-demos/blob/master/docs/ preparations.rst# project-structure>`_.
60
+ Here is how you can do that::
60
61
61
62
$ tree -I "__pycache__|aiohttpdemo_polls.egg-info" --dirsfirst
62
63
You can’t perform that action at this time.
0 commit comments