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 forms app provides general fields and widgets for use in your apps. SuperDjango resources may make use of these as
7well, especially those in ``superdjango.db``.
9Install
10-------
12No installation is required.
14Usage
15-----
17TODO
19"""
20__author__ = "Shawn Davis <shawn@superdjango.com>"
21__maintainer__ = "Shawn Davis <shawn@superdjango.com>"
22__version__ = "0.8.0-d"
24from .fields import *
25from .forms import *
26from .widgets import *