Yota Examples
Examples for the Yota form library. A simple demonstration using Flask and Django, showcasing several of the key features of Yota.
- git clone https://github.com/icook/yota_examples.git
- cd yota_examples
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/