Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Jun 25, 2018
1 parent 31794b9 commit c262002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -104,7 +104,7 @@ Documentation

Documentation is available at `RTFD <http://django-environ.rtfd.io/>`_.

.. _`Supported types`:
.. _supported_types:

Supported types
---------------
Expand Down Expand Up @@ -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'))
Expand Down

0 comments on commit c262002

Please sign in to comment.