mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-30 00:42:53 +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)
|