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