eqy.fr/photos/admin.py

6 lines
94 B
Python

from django.contrib import admin
from photos.models import Media
admin.site.register(Media)