Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 400 Bytes

This is an example of web app that we created during the PyCon Ru 2014 master class.

To see it in action, first, clone this repo.

Then install requirements:

pip install -r requirements.txt

And finally run application:

python main.py

Go to http://localhost:8080

Models described in entities.py file - your database will be automatically created on first run using SQLite.