mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
* Added SSOUser extension profile for auth * Now checks for Corp membership and executes required commands * Various small fixups
18 lines
164 B
Python
18 lines
164 B
Python
# Create your views here.
|
|
|
|
|
|
def index(request):
|
|
pass
|
|
|
|
def profile(request):
|
|
pass
|
|
|
|
def service_add(request):
|
|
pass
|
|
|
|
def service_del(request):
|
|
pass
|
|
|
|
|
|
|