summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index e45753b40f..3dacc62369 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -27,7 +27,7 @@ Creating an admin user
First we'll need to create a user who can login to the admin site. Run the
following command:
-.. code-block:: bash
+.. code-block:: console
$ python manage.py createsuperuser
@@ -60,7 +60,7 @@ server and explore it.
Recall from Tutorial 1 that you start the development server like so:
-.. code-block:: bash
+.. code-block:: console
$ python manage.py runserver
@@ -522,7 +522,7 @@ template directory in the source code of Django itself
If you have difficulty finding where the Django source files are located
on your system, run the following command:
- .. code-block:: bash
+ .. code-block:: console
$ python -c "
import sys