1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-30 00:42:53 +00:00
seahub/avatar/admin.py

4 lines
94 B
Python
Raw Normal View History

2012-05-23 05:56:17 +00:00
from django.contrib import admin
from avatar.models import Avatar
admin.site.register(Avatar)