mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Simplified command to display path to Django source files.
Python 3 always returns an absolute path.
This commit is contained in:
parent
3ed9c7bdfe
commit
5cf8f4596c
2 changed files with 2 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue