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:
2010-02-25 15:49:56 +00:00
committed by dreddit
parent 4cd4865f32
commit 53630f980f
10 changed files with 95 additions and 31 deletions

View File

@@ -5,7 +5,6 @@ from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
#(r'^login/', include('django.contrib.auth.views.login')),
(r'^admin/', include(admin.site.urls)),
(r'^sso/', include('sso.urls')),
)