Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Nov 14, 2020
1 parent 8f00a2b commit b041ac4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app_helper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ def _reset_django(settings):
clear_url_caches()


def extend_settings(settings, extra_settings, key, insertion_point):
for item in extra_settings[key]:
if item not in settings[key]:
settings[key].insert(settings[key].index(insertion_point), item)
return settings


def _make_settings(args, application, settings, STATIC_ROOT, MEDIA_ROOT): # NOQA
"""
Setup the Django settings
Expand Down

0 comments on commit b041ac4

Please sign in to comment.