mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Various changes to several aspects of the model base.
* Added SSOUser extension profile for auth * Now checks for Corp membership and executes required commands * Various small fixups
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Admin interface models. Automatically detected by admin.autodiscover().
|
||||
"""
|
||||
from django.contrib import admin
|
||||
from sso.models import *
|
||||
from sso.models import Service, ServiceAccount
|
||||
|
||||
admin.site.register(sso.models.Service)
|
||||
admin.site.register(Service)
|
||||
admin.site.register(ServiceAccount)
|
||||
|
||||
Reference in New Issue
Block a user