1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-24 22:22:38 +00:00
seahub/profile/admin.py
xiez 50fe2bb91a Use email-user and binding in ccnet instead of userprofile in seahub
* Remove UserProfile from profile/models.
* Disable ccnet user id binding in profile page
2012-04-01 22:16:38 +08:00

5 lines
108 B
Python

from django.contrib import admin
#from profile.models import UserProfile
#admin.site.register(UserProfile)