Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 399 Bytes

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