This website requires JavaScript.
Explore
Help
Sign In
dirk
/
homelog
Watch
1
Star
1
Fork
You've already forked homelog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7e977881b4
homelog
/
booker
/
admin.py
5 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Added ASGI server for websocket using the sample chat application as starting point
2022-04-02 17:30:58 +00:00
from
django
.
contrib
import
admin
Added Scanner identification and MQTT handling
2022-04-13 13:43:20 +00:00
from
.
models
import
Scanner
Added ASGI server for websocket using the sample chat application as starting point
2022-04-02 17:30:58 +00:00
Added Scanner identification and MQTT handling
2022-04-13 13:43:20 +00:00
admin
.
site
.
register
(
Scanner
)