mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
* Added SSOUser extension profile for auth * Now checks for Corp membership and executes required commands * Various small fixups
6 lines
107 B
Python
6 lines
107 B
Python
from django.conf.urls.defaults import *
|
|
|
|
urlpatterns = patterns('',
|
|
(r'^profile/' 'views.profile'),
|
|
)
|