]>
git.zarvox.org Git - imoo.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Drew Fisher [Mon, 10 Mar 2014 08:11:23 +0000 (01:11 -0700)]
Basic templates, helpers, login page
Doesn't actually do anything, but exercises:
1) Flask-WTF
2) CSRF tokens
3) Templating
4) Static files
Drew Fisher [Mon, 10 Mar 2014 05:53:39 +0000 (22:53 -0700)]
Initial commit
Flask skeleton, basic database schema, migration infrastructure.