incuna / django-form-models

A set of models for django forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Form Models

Build Status

A set of models for django's forms.

What? There are loads of things that do stuff like this? Why another?

It's a get-out-of-the-way version. This makes to attempt to dictate what you should do with your form once you've modelled it, that's all up to you. All it does it model the fields, optionally some additional information about the layout, and return you a Django Form class based on that.

About

A set of models for django forms

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.1%Language:Makefile 0.9%