File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Feature Support
6969---------------
7070- Fast and easy multi environment for deploy
7171- Fill ``os.environ `` with .env file variables
72- - Variables casting (see ` Supported types `_ below)
72+ - Variables casting (see supported_types _ below)
7373- Url variables exploded to django specific package settings
7474
7575Django-environ officially supports Django 1.8 ~ 2.0.
@@ -104,7 +104,7 @@ Documentation
104104
105105Documentation is available at `RTFD <http://django-environ.rtfd.io/ >`_.
106106
107- .. _ `Supported types` :
107+ .. _ supported_types :
108108
109109Supported types
110110---------------
@@ -246,6 +246,7 @@ Multiple env files
246246It is possible to have multiple env files and select one using environment variables.
247247
248248.. code-block :: python
249+
249250 env = environ.Env()
250251 env.read_env(env.str(' ENV_PATH' , ' .env' ))
251252
You can’t perform that action at this time.
0 commit comments