mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-10 03:17:39 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
from django.contrib import admin
|
|
from profile.models import UserProfile
|
|
|
|
admin.site.register(UserProfile) |