Skip to content

This is an example of web app that we created during the master class. The ER diagram is available at

Notifications You must be signed in to change notification settings

ponyorm/pycon.ru-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an example of web app that we created during the master class. The ER diagram is available at

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published