Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
3Abstract
4........
6The user admin app provides a SuperDjango UI for working with users and groups.
8Install
9.......
11Add ``superdjango.contrib.accounts.admin.apps.DefaultConfig`,` to ``INSTALLED_APPS``.
13.. note::
14 The SuperDjango UI system is required and ``UsersMenu`` must be registered.
16"""
17__author__ = "Shawn Davis <shawn@superdjango.com>"
18__maintainer__ = "Shawn Davis <shawn@superdjango.com>"
19__version__ = "0.3.0-d"