Additional form fields for Django.
Project description
A collection of additional form fields for Django.
Requirements
python3
django 1.8 or higher
Quick Start
Run pip install django-fancy-feast
Add ‘fancy_feast’ to your INSTALLED_APPS setting:
INSTALLED_APPS = [ ... 'fancy_feast', ]
Examples
Just a couple things so far.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.