1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Explained the shell's $ prefix in tutorial 1.

Thanks Luke Sneeringer for the suggestion.
This commit is contained in:
Tim Graham 2017-02-09 09:13:00 -05:00
parent 03281d8fe7
commit ad36e5480d

View File

@ -13,7 +13,8 @@ It'll consist of two parts:
* An admin site that lets you add, change, and delete polls. * An admin site that lets you add, change, and delete polls.
We'll assume you have :doc:`Django installed </intro/install>` already. You can We'll assume you have :doc:`Django installed </intro/install>` already. You can
tell Django is installed and which version by running the following command: tell Django is installed and which version by running the following command
in a shell prompt (indicated by the $ prefix):
.. code-block:: console .. code-block:: console