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:36:51 -0500 |
| commit | f0780df608e2a8db487ac6e80d37d53d2912580d (patch) | |
| tree | 0b138fd10333d09325873a50545039c08fda100a /docs/intro/tutorial02.txt | |
| parent | 1feeefe918e0f6ea6d633855549310dd149baed5 (diff) | |
[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
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 |
