Hide keyboard shortcuts

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""" 

2 

3Abstract 

4........ 

5 

6The user admin app provides a SuperDjango UI for working with users and groups. 

7 

8Install 

9....... 

10 

11Add ``superdjango.contrib.accounts.admin.apps.DefaultConfig`,` to ``INSTALLED_APPS``. 

12 

13.. note:: 

14 The SuperDjango UI system is required and ``UsersMenu`` must be registered. 

15 

16""" 

17__author__ = "Shawn Davis <shawn@superdjango.com>" 

18__maintainer__ = "Shawn Davis <shawn@superdjango.com>" 

19__version__ = "0.3.0-d"