MCGallaspy / toga_web_demo

A demonstration of Toga for Web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toga-web-demo

A demonstrator of the Toga UI toolkit, deployed to the web as a platform.

Quickstart

If you want to see what a Toga application looks like, the key file is example.py - this is the definition of the Toga application.

If you want to see it running, the code is deployed on PythonAnyware.

To run it yourself (requires Python 3.4 + bower)::

pip install -r requirements.txt python manage.py migrate python manage.py bower install python manage.py collectstatic python manage.py runserver

Community

Toga is part of the BeeWare suite. You can talk to the community through:

Contributing

If you experience problems with Toga, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.

About

A demonstration of Toga for Web.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 90.4%Language:HTML 9.6%