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