From e9eebfb2cad9a31fb6ec9d81a85c70309af54f53 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 14 Apr 2021 17:18:10 +0200 Subject: [PATCH] Fix lint issue in docs. --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 87b964e12..0c69e09af 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -83,8 +83,8 @@ Configuring Internal IPs ------------------------ The Debug Toolbar is shown only if your IP address is listed in the -:django:setting:`INTERNAL_IPS` setting. This means that for local -development, you *must* add ``'127.0.0.1'`` to :django:setting:`INTERNAL_IPS`; +:setting:`INTERNAL_IPS` setting. This means that for local +development, you *must* add ``'127.0.0.1'`` to :setting:`INTERNAL_IPS`; you'll need to create this setting if it doesn't already exist in your settings module::