diff --git a/README.rst b/README.rst index 9c854c4..14ee2e1 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,11 @@ on the composability of Python classes. It extends the notion of Django's module based settings loading with well established object oriented programming patterns. +Check out the `documentation`__ for more complete examples. + +.. __: http://django-configurations.readthedocs.org/en/latest/ + + Quickstart ----------