Rewrote the application in Python/Flask/SQLAlchemy

This commit is contained in:
Alexis Lahouze
2013-01-24 00:01:42 +01:00
parent 962f69295b
commit 2916f58ead
33 changed files with 266 additions and 5578 deletions

2
src/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
__pycache__