Skip to content

Latest commit

 

History

History
 
 

forms101

Forms 101

Various form options samples

Online demo

https://demo.viewflow.io/forms/

Quickstart

$ git clone https://github.com/viewflow/cookbook.git

$ python3 -m venv forms101/venv
$ source forms101/venv/bin/activate

$ pip install forms101/requirements.txt --extra-index-url=...
$ python3 forms101/manage.py migrate
$ python3 forms101/manage.py runserver

Navigate to http://127.0.0.1:8000

Related documentation

Most interesting files