Skip to content

Commit

Permalink
fix django2scoops link
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed May 13, 2015
2 parents d188ccf + 62c7956 commit a902dfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and inspired by:

* `12factor`_
* `12factor-django`_
* `Two Scoops of Django (book)`_
* `Two Scoops of Django`_

This is your `settings.py` file before you have installed **django-environ**

Expand Down Expand Up @@ -146,7 +146,7 @@ There are only classes, Env and Path
True

>>> open('.myenv', 'a').write('DEBUG=on')
>>> environ.Env.read_env('.`myenv') # or env.read_env('.myenv')
>>> environ.Env.read_env('.myenv') # or env.read_env('.myenv')
>>> env('DEBUG')
True

Expand Down Expand Up @@ -284,8 +284,7 @@ Credits

.. _12factor: http://www.12factor.net/
.. _12factor-django: http://www.wellfireinteractive.com/blog/easier-12-factor-django/
.. _`Two Scoops of Django (book)`: https://django.2scoops.org

.. _`Two Scoops of Django`: http://twoscoopspress.org/

.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template

0 comments on commit a902dfb

Please sign in to comment.