Skip to content

Commit

Permalink
add init_settings function to indicate that
Browse files Browse the repository at this point in the history
settings has been loaded. dummy function
  • Loading branch information
diversen7 committed Oct 2, 2024
1 parent 77e8399 commit 576c717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stadsarkiv_client/core/dynamic_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ def get_setting(key):
Get a setting by key
"""
return settings.get(key, None)


def init_settings():
"""
Initialize settings
Duummy function to indicate that settings are loaded
"""
pass

0 comments on commit 576c717

Please sign in to comment.