From 9f97d0fafc00c1bbc97ac46a422ff46f21b3a548 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 10 Apr 2018 15:45:07 +0300 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ------------