Skip to content

nextiams/django-wizard-builder

 
 

Repository files navigation

django-wizard-builder

Status Support
Build Status python 3.6
PyPI Version django 1.11

Installation

django settings

INSTALLED_APPS = [
    'django.contrib.sites',
    'nested_admin',
    'widget_tweaks',
    'wizard_builder',
]

urls.py

urlpatterns = [
    url(r'^nested_admin/', include('nested_admin.urls')),
    url(r'^admin/', admin.site.urls),
]

Developement

Welcome to the Callisto Product Team! Here's a list of things you'll need to get started:

$ brew install git pyenv postgres phantomjs
$ pip install -r requirements/dev.txt --upgrade
$ make app-setup

cleanup / linting / tests

$ make clean-lint
$ make test-fast

About

Create multi-page forms from the Django admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.3%
  • HTML 5.5%
  • Makefile 2.2%