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........
6Simply implemented user avatars.
8Install
9.......
11Add ``superdjango.contrib.accounts.avatars.apps.DefaultConfig,`` to ``INSTALLED_APPS``.
13Usage
14.....
16TODO: Document avatars usage examples.
18"""
19__author__ = "Shawn Davis <shawn@superdjango.com>"
20__maintainer__ = "Shawn Davis <shawn@superdjango.com>"
21__version__ = "0.4.0-d"