summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorEmmanuel Katchy <katchyemma@gmail.com>2024-01-18 22:03:20 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-01-20 19:43:55 +0100
commit12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2 (patch)
tree2c1f995690412ef400c71030d91eaed696f00a67 /docs/topics
parent4879907223d70ee1a82474d9286ccfa5dae96971 (diff)
Updated "Dive Into Python" links.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/settings.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt
index dc6cd945b3..553f788e61 100644
--- a/docs/topics/settings.txt
+++ b/docs/topics/settings.txt
@@ -44,9 +44,8 @@ by using an environment variable, :envvar:`DJANGO_SETTINGS_MODULE`.
The value of :envvar:`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`_.
+Python :py:data:`sys.path`.
-.. _import search path: https://diveinto.org/python3/your-first-python-program.html#importsearchpath
The ``django-admin`` utility
----------------------------