This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
tfb-groupme-bridge
Watch
1
Star
0
Fork
0
You've already forked tfb-groupme-bridge
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
2fceb6679f
tfb-groupme-bridge
/
tfbbridge
/
bridge
/
admin.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
changes 1
2024-11-11 00:54:30 -06:00
from
django
.
contrib
import
admin
write the original user interface prototype this is insecure, terrible, horrible code. do not use. things implemented: - add trusted users - add trusted channels and follower channels - qr codes and stuff
2024-12-20 21:34:22 -06:00
from
.
models
import
Organization
changes 1
2024-11-11 00:54:30 -06:00
write the original user interface prototype this is insecure, terrible, horrible code. do not use. things implemented: - add trusted users - add trusted channels and follower channels - qr codes and stuff
2024-12-20 21:34:22 -06:00
admin
.
site
.
register
(
Organization
)
Reference in New Issue
Copy Permalink