Loading docs/intro/tutorial02.txt +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading docs/topics/install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ following at your shell prompt (not the interactive Python prompt): .. code-block:: console $ python -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)" $ python -c "import django; print(django.__path__)" .. _install-django-code: Loading Loading
docs/intro/tutorial02.txt +1 −5 Original line number Diff line number Diff line Loading @@ -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 Loading
docs/topics/install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ following at your shell prompt (not the interactive Python prompt): .. code-block:: console $ python -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)" $ python -c "import django; print(django.__path__)" .. _install-django-code: Loading