Skip to content

Custom form creation and management wizard, written in Python, Django & JavaScript

Notifications You must be signed in to change notification settings

YardenKatz/form_builder

Repository files navigation

Form Wizard

Custom form creation and management wizard, written in Python, Django & JavaScript.

setup:

  1. move into project folder

  2. $ pyhton3 -m venv venv

  3. $ source venv/bin/activate

  4. $ pip install -r requirements.txt

  5. add the following line to wix_form_builder/settings.py: SECRET_KEY = 'gjli4h6k1#zsxw%)xsb)#5)0i-+u4xz48hke-+_n%$ep6ms_io'

  6. $ python3 manage.py migrate

  7. $ python3 manage.py runserver

  8. in your browser go to: localhost:8000/form_builder

About

Custom form creation and management wizard, written in Python, Django & JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published