mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-01 12:14:50 +00:00
4 lines
87 B
Python
4 lines
87 B
Python
|
|
from django.contrib import admin
|
||
|
|
from models import Avatar
|
||
|
|
|
||
|
|
admin.site.register(Avatar)
|