1
0
mirror of https://github.com/django/django.git synced 2025-04-15 21:04:36 +00:00

[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.

Backport of db394e6ab2c1d3d53b8b8d691e995d0c3584b944 from master.
This commit is contained in:
Jannis Leidel 2013-04-24 09:41:06 +02:00
parent 399ceaab96
commit 240649ef68

View File

@ -157,7 +157,7 @@ this. For a small app like polls, this process isn't too difficult.
3. Run `python manage.py syncdb` to create the polls models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.