stupidcomputer
2fceb6679f
this is insecure, terrible, horrible code. do not use. things implemented: - add trusted users - add trusted channels and follower channels - qr codes and stuff
6 lines
102 B
Python
6 lines
102 B
Python
from django.contrib import admin
|
|
|
|
from .models import Organization
|
|
|
|
admin.site.register(Organization)
|