Django Settings Export Versions Save

Access Django settings from templates the right way™

v1.2.1

7 years ago
  • The exported settings object is now an instance of dict subclass to allow iteration, etc.

v1.1.0

7 years ago
  • Added ability to set the name of the context variable to something besides settings via SETTINGS_EXPORT_VARIABLE_NAME.