Skip to content

ashwoods/django-formulator

Repository files navigation

django-formulator

PyPi page

Travis CI Status

Coverage status

ReadTheDocs

License BSD

Welcome to the documentation for django-formulator!

This software is in design/alpha stage, and the docs are incomplete!

Abstract

Formulator is not a survey app. It just saves django form definitions in the db, that developers can use in their views. In other words you get a dynamic subclass of django BaseForm.

You can provide your own class base to handle the saving part. This makes it really easy to define forms (or in a way, models) for data that will be saved in NoSQL dbs.

Installation

pip install django-formulator

Usage

:Todo

Running the Tests

You can run the tests with via:

make test