/lsmsd-frickelclient

Schnell und hässlich zusammengefrickelter Client für lsmsd in python2/flask

Primary LanguageHTML

lsmsd frickelclient

Simple Flask webclient for lsmsd.

Install

mkvirtualenv frickelclient
pip install requests flask flask-script flask-wtf

Configure

Edit config.py to point to the lsmsd endpoint (probably needs a / at the end).

Run

python manage.py runserver

Debug

python manage.py runserver -d