diff options
| author | Maxime Turcotte <maxime.turcotte@savoirfairelinux.com> | 2014-06-10 15:16:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-10 15:38:25 -0400 |
| commit | f97c53c0989336563c535c9737dff197b403054d (patch) | |
| tree | bdae1c8fd20be6df7363e7dccc10aba76938c4c0 /docs/ref | |
| parent | 93d05536fd8179483c725467de8e33454b48a430 (diff) | |
Fixed #22801 -- Added 'www.' to diveintopython.net links
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 32371f90f5..cdc312d05c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1528,7 +1528,7 @@ variable. Note that this option is unnecessary in ``manage.py``, because it takes care of setting the Python path for you. -.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html +.. _import search path: http://www.diveintopython.net/getting_to_know_python/everything_is_an_object.html .. django-admin-option:: --settings |
