django-formfield 0.1 documentation
Enter search terms or a module, class or function name.
Installation is easy using pip or easy_install.
pip install django-formfield
or
easy_install django-formfield
INSTALLED_APPS = ( ... formfield, ... )