1
0
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:
xiez
2012-05-23 14:07:57 +08:00
parent 96ab6b5454
commit 3308325e9a
35 changed files with 0 additions and 0 deletions

4
avatar/admin.py Normal file
View File

@@ -0,0 +1,4 @@
from django.contrib import admin
from avatar.models import Avatar
admin.site.register(Avatar)