diff --git a/README.rst b/README.rst index 64e9a95..4d4bb04 100644 --- a/README.rst +++ b/README.rst @@ -24,9 +24,10 @@ Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards in settings file paths and mark settings files as optional. -Read this `medium`_ post for more information. +Read this `medium`_ post for more information. Also, check this `example project`_. .. _medium: https://medium.com/wemake-services/managing-djangos-settings-e2b7f496120d +.. _`example project`: https://github.com/wemake-services/wemake-django-template Requirements ------------