2014-10-12 12:29:00 -07:00

5 lines
136 B
Python

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