mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-02-01 00:48:15 +00:00
Fixed URLconf issues, added seperate live/test db setting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.shortcuts import render_to_response
|
||||
from django.contrib.auth.decorators import login_required
|
||||
|
||||
from sso.models import ServiceAccounts
|
||||
from sso.models import ServiceAccount
|
||||
|
||||
def index(request):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user