From c2620021614557abe197578f99deeef42af3e082 Mon Sep 17 00:00:00 2001 From: joke2k Date: Mon, 25 Jun 2018 23:05:10 +0200 Subject: [PATCH] fix README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c24cd687..871a8225 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Feature Support --------------- - Fast and easy multi environment for deploy - Fill ``os.environ`` with .env file variables -- Variables casting (see `Supported types`_ below) +- Variables casting (see supported_types_ below) - Url variables exploded to django specific package settings Django-environ officially supports Django 1.8 ~ 2.0. @@ -104,7 +104,7 @@ Documentation Documentation is available at `RTFD `_. -.. _`Supported types`: +.. _supported_types: Supported types --------------- @@ -246,6 +246,7 @@ Multiple env files It is possible to have multiple env files and select one using environment variables. .. code-block:: python + env = environ.Env() env.read_env(env.str('ENV_PATH', '.env'))