Basic web interface for user administration of the electronic door lock
 
 
Go to file
Simon Pirkelmann 2879a69445 make database and security objects global so we can access them in routes 2022-01-29 23:48:58 +01:00
bin added default argument for super admin file 2021-08-23 20:30:50 +02:00
imaginaerraum_door_admin make database and security objects global so we can access them in routes 2022-01-29 23:48:58 +01:00
tests added tests for admin management operations, streamlined testing a bit 2022-01-29 23:46:20 +01:00
LICENSE configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
MANIFEST.in added missing * 2021-04-17 14:50:07 +02:00
README.md added instructions for running tests 2022-01-29 23:45:31 +01:00
pyproject.toml configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
setup.cfg added tests for opening and closing the door via button 2022-01-25 19:38:19 +01:00
setup.py use setup.cfg based package setup script 2022-01-23 12:33:20 +01:00

README.md

Flask-based web interface for user token adminstration of our hackerspace's door lock.

Development

cd tests
export APPLICATION_SETTINGS=/home/simon/imaginaerraum/door-lock/webinterface/tests/debug_app_config.py
pytest --cov=../imaginaerraum_door_admin --cov-report=html --cov-report=term