from bn_django.photos.models import Photo, Gallery from django.contrib import admin admin.site.register(Photo) admin.site.register(Gallery)