dj_angles.settings¶
Module Contents¶
- dj_angles.settings.get_setting(setting_name: str, default=None) Any ¶
Get a dj-angles setting from the ANGLES setting dictionary.
- Parameters:
setting_name (param) – The name of the setting.
default (param) – The value that should be returned if the setting is missing.
- dj_angles.settings.get_tag_regex()¶
Gets a compiled regex based on the initial_tag_regex setting or default of r’(dj-)’.