Django YAA Settings

Yet Another App Settings for Django

A simple way to manage settings for your reusable Django app.

Read the documentation, install it from pypi, or grab the code from github.

  • Easy to install and use
  • Provide defaults and validate user settings before use
  • Works with Django's settings overrides in tests

For a sample AppSettings definition and more details, see the documentation.