mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #22801 -- Added 'www.' to diveintopython.net links
This commit is contained in:
parent
93d05536fd
commit
f97c53c098
6 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
---------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue