Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

icook/yota_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yota Examples

View the flask version live

Examples for the Yota form library. A simple demonstration using Flask and Django, showcasing several of the key features of Yota.

Install and Setup

To install flask example

  • python setup.py flask install
  • python flask_example/init.py

Now direct your web browser to: http://localhost:5000/

To install circuits example

  • python setup.py circuits install
  • python circuits_example/init.py

Now direct your web browser to: http://localhost:5000/

To install django example

  • python setup.py django install
  • cd django_example/
  • python manage.py runserver

Now direct your web browser to: http://localhost:8000/

About

Examples for the Yota form library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published