mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fixed URLconf issues, added seperate live/test db setting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
from sso import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^profile/' 'views.profile'),
|
||||
(r'^profile/', views.profile),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user