diff options
| author | Sean Wang <sean@decrypted.org> | 2015-02-18 19:19:21 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-22 09:35:39 -0500 |
| commit | eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 (patch) | |
| tree | ab96fd1185101181e572d72ed40deb93b7ff2d60 /docs/intro/tutorial02.txt | |
| parent | ea3168dc6ced391d848c511a14cfcecfeac9d401 (diff) | |
Fixed #24358 -- Corrected code-block directives for console sessions.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 6 |
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 |
