Fixed #22801 -- Added 'www.' to diveintopython.net links

This commit is contained in:
Maxime Turcotte 2014-06-10 15:16:31 -04:00 committed by Tim Graham
parent 93d05536fd
commit f97c53c098
6 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
``mysite.settings``. Note that the settings module should be on the
Python `import search path`_.
.. _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
The django-admin.py utility
---------------------------