summaryrefslogtreecommitdiff
path: root/coip/apps/userprofile/admin.py
blob: 32c1ad806051a82e8007776e45ca37757a0e9bd1 (plain)
1
2
3
4
from django.contrib import admin
from coip.apps.userprofile.models import UserProfile

admin.site.register(UserProfile)