Skip to content

mstbbs/django-wizard-builder

 
 

Repository files navigation

django-wizard-builder

Build status

Code health

Code Climate

Code coverage

Create multi-page forms with branching logic from the Django admin, no code required.

Documentation

The full documentation will eventually be at https://django-wizard-builder.readthedocs.org.

Quickstart

Install django-wizard-builder:

pip install django-wizard-builder

Then use it in a project:

import wizard_builder

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

About

Create multi-page forms with branching logic from the Django admin, no code required.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Makefile 1.8%
  • HTML 0.8%