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.