mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fix #374 -- Fix URL in Configuration.load_dotenv docstring
This commit is contained in:
parent
ffe979b63c
commit
ef4f49d236
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue