Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 4, 2017
2 parents 279e60b + ffa3129 commit ef61187
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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.

.. _medium: https://medium.com/wemake-services/managing-djangos-settings-e2b7f496120d

Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is used to setup env
# to generate documentation.

Sphinx==1.5.5
Sphinx==1.6.5
sphinx-readable-theme==1.3.0
sphinxcontrib-napoleon==0.6.1
1 change: 1 addition & 0 deletions split_settings/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def include(*args, **kwargs):
raise IOError('No such file: %s' % pattern)

for included_file in files_to_include:
included_file = os.path.abspath(included_file)
if included_file in included_files:
continue

Expand Down

0 comments on commit ef61187

Please sign in to comment.