mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed a rST bug in the README template in the reusable apps docs.
This commit is contained in:
parent
949b4e9458
commit
db394e6ab2
@ -158,7 +158,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.
|
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/
|
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.
|
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user