From ef4f49d2360cbc41b8974e74d9a697c8c8fac1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszy=C5=84ski?= <92403542+paduszyk@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:31:18 +0100 Subject: [PATCH] Fix #374 -- Fix URL in `Configuration.load_dotenv` docstring --- configurations/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/base.py b/configurations/base.py index 121e80d..b16903a 100644 --- a/configurations/base.py +++ b/configurations/base.py @@ -103,7 +103,7 @@ class Configuration(metaclass=ConfigurationBase): environment variables from a .env file located in the project root or provided directory. - http://www.wellfireinteractive.com/blog/easier-12-factor-django/ + https://wellfire.co/learn/easier-12-factor-django/ https://gist.github.com/bennylope/2999704 """ # check if the class has DOTENV set whether with a path or None