django-usersettings 0.1 documentation ===================================== This documentation covers the 0.1 release of django-usersettings, a simple pluggable application to manage user settings for `Django `_-powered websites. Your apps can define and register user settings: configuration users can manage to specify how they'd like your site to work. Helpers are provided for standard setting patterns, functions for changing settings and form factories to serve your users with. To get up and running quickly, consult the :ref:`quick-start guide `, which describes all the necessary steps to install django-usersettings and start using user settings. For more detailed information read through the documentation listed below. Contents: .. toctree:: :maxdepth: 1 quickstart release-notes defining-settings using-settings generating-forms views faq .. seealso:: * `The source code `_, to find out about django-usersettings internals.