Various work on services api and models

This commit is contained in:
2010-02-25 11:34:30 +00:00
committed by dreddit
parent b6168ae824
commit 4cd4865f32
7 changed files with 125 additions and 10 deletions

7
sso/admin.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Admin interface models. Automatically detected by admin.autodiscover().
"""
from django.contrib import admin
from sso.models import *
admin.site.register(sso.models.Service)