mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[3.0.x] Added missing backticks in various docs.
Backport of 30ca66eadd
from master
This commit is contained in:
parent
1c1911dcd9
commit
f389e2c960
6 changed files with 7 additions and 7 deletions
|
@ -169,7 +169,7 @@ this. For a small app like polls, this process isn't too difficult.
|
|||
|
||||
path('polls/', include('polls.urls')),
|
||||
|
||||
3. Run `python manage.py migrate` to create the polls models.
|
||||
3. Run ``python manage.py migrate`` 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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue