2014-10-26 16:47:21 -07:00

7 lines
138 B
Python

from django.contrib import admin
from models import AuthServicesInfo
# Register your models here.
admin.site.register(AuthServicesInfo)