glass-bead-labs / taichi-videos

A simple web app to log when a user has watched one of the videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taichi-videos

A simple web app to log when a user has watched one of the videos.

To use:

python setup.py develop
taichi-start

Note that you need to have a new-ish version of more.itsdangerous that supports IdentityPolicy(secure=False) for the above script to work (otherwise, the cookies won't work over local http).

I've implemented the right solution for "production" (enough so, anyway) in: https://github.com/davclark/morepath-auth

But currently, that logic still needs to be copied over (tracked in issue #13).

About

A simple web app to log when a user has watched one of the videos.

License:ISC License


Languages

Language:Python 58.1%Language:HTML 32.4%Language:JavaScript 9.2%Language:CSS 0.3%