diff options
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 22c37d7b7e..4337d02d68 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -530,11 +530,7 @@ template directory in the source code of Django itself .. code-block:: console - $ python -c " - import sys - sys.path = sys.path[1:] - import django - print(django.__path__)" + $ python -c "import django; print(django.__path__)" Then, just edit the file and replace ``{{ site_header|default:_('Django administration') }}`` (including the curly |
