From 30ca66eadd1135d220ae1f0570bb0244c26b9d29 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 6 Mar 2020 11:52:49 +0100 Subject: Added missing backticks in various docs. --- docs/intro/reusable-apps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro') diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index c5e94debc6..3bc0188332 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -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). -- cgit v1.3