mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
move avatar from thirdpart to seahub
This commit is contained in:
4
avatar/admin.py
Normal file
4
avatar/admin.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.contrib import admin
|
||||
from avatar.models import Avatar
|
||||
|
||||
admin.site.register(Avatar)
|
Reference in New Issue
Block a user