Configuration
=============

All the apps share the settings names, some settings for Django framework are
special (like ``AUTHENTICATION_BACKENDS``).

Below there's a main settings document detailing the configuration and they
purpose, plus sections detailed for each framework and they particularities.

Support for more frameworks will be added in the future, pull-requests are very
welcome.

Contents:

.. toctree::
   :maxdepth: 2

   settings
   django
   flask
   pyramid
   webpy
   porting_from_dsa
