mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-24 22:22:38 +00:00
* Remove UserProfile from profile/models. * Disable ccnet user id binding in profile page
5 lines
108 B
Python
5 lines
108 B
Python
from django.contrib import admin
|
|
#from profile.models import UserProfile
|
|
|
|
#admin.site.register(UserProfile)
|