cmsmanage/doorcontrol
2023-11-29 17:28:41 -05:00
..
hid doorcontrol: Add task to periodically pull events from doors 2023-11-08 12:34:11 -05:00
migrations doorcontrol: Add task to periodically pull events from doors 2023-11-08 12:34:11 -05:00
tasks doorcontrol: Return count of retrieved/created messages in fetch task 2023-11-29 17:28:41 -05:00
templates/doorcontrol doorcontrol: Improve styling on report pages 2023-09-26 23:27:31 -04:00
__init__.py Add doorcontrol app for managing HID door controllers 2023-04-03 16:15:20 -04:00
admin.py doorcontrol: Add action to Events admin to update all doors' events 2023-11-08 12:37:06 -05:00
apps.py doorcontrol: Register tasks in post migrate hook to fix uvicorn issue 2023-11-14 12:51:33 -05:00
dashboard.py Add a dashboard for showing relevant links and apps to users 2023-04-14 01:30:42 -04:00
models.py doorcontrol: Add property on Door model to get associated DoorController 2023-11-14 12:53:15 -05:00
routers.py doorcontrol: Move Door names from HIDEvents into new table 2023-09-26 23:27:31 -04:00
tests.py Add doorcontrol app for managing HID door controllers 2023-04-03 16:15:20 -04:00
urls.py doorcontrol: Add some door access reports 2023-04-08 10:28:44 -04:00
views.py doorcontrol: Move Door names from HIDEvents into new table 2023-09-26 23:27:31 -04:00