Commit Graph

10 Commits

Author SHA1 Message Date
jokajak
e9b52791dd Fix config to pass in variables properly 2016-04-24 12:20:03 -04:00
jokajak
a794e5ea06 Add logger for debugging invalid methods 2016-04-24 12:19:48 -04:00
jokajak
e4e4de7c1d Fix flask model initialization
This fixes Records and RecordVersions to populate parent objects as part of
the initialization
2016-04-24 12:17:22 -04:00
jokajak
3574eacb25 Add example files for running clipperz with uwsgi and nginx
Additionally make changes to enable running clipperz from uwsgi
2016-04-24 08:40:30 -04:00
jokajak
88e51068ca Update flask models to fix table creation
Mysql requires a length in the table definition for String columns
2015-08-02 17:49:02 -04:00
jokajak
a141d2e887 Add docstrings to flask backend 2015-08-02 14:01:23 -04:00
jokajak
3a1188a779 Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
jokajak
35960ad2df Add a gitignore file for flask backend
This file will allow virtualenv's to be created in the src directory for
development of the flask backend directly.
2015-08-02 13:58:05 -04:00
jokajak
18a9936dfa Updated flask backend README to include link to running instance 2015-04-20 08:54:17 -04:00
jokajak
fab1d05127 Introduce new flask based python backend
This supports most functionality. Tested the following functionality:
* Create account
* Delete account
* Create a card
* Download offline copy (couldn't log in) - needs work
* Change passphrase
* One time password creation and use
2015-04-20 08:37:48 -04:00