Anatomy of a Divio Cloud addon¶

    All addons have an file that takes care of settings, whichare then loaded into settings.py.

    This means that any settings you need to apply in a project can’t simply beapplied in your settings.py if an addon also needs access to them.

    The same goes for middleware, and other settings.

    aldryn_config.py is loaded into the Django project at run-time, so anychanges are picked up when and reloaded automatically when developing.

    See .

    A metadata file.