Basic web interface for user administration of the electronic door lock
 
 
Go to file
Simon Pirkelmann f1eaf8af4e added configuration data for testing 2022-01-30 22:08:29 +01:00
bin added default argument for super admin file 2021-08-23 20:30:50 +02:00
imaginaerraum_door_admin moved models to auth module 2022-01-30 21:56:11 +01:00
tests added configuration data for testing 2022-01-30 22:08:29 +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