mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-29 16:37:56 +00:00
4 lines
94 B
Python
4 lines
94 B
Python
from django.contrib import admin
|
|
from avatar.models import Avatar
|
|
|
|
admin.site.register(Avatar) |