remove unused code

This commit is contained in:
j 2025-03-24 15:53:53 +00:00
parent f921c9a9b0
commit bbe68bede0

View file

@ -8,16 +8,6 @@ from photologue.models import Gallery
from .models import *
class ContentParentsInline(admin.TabularInline):
model = ContentContent
fk_name = 'contentid2'
raw_id_fields = ['contentid1']
extra = 0
class ImagesInline(admin.StackedInline):
extra = 0
model = Image
class FileInline(admin.StackedInline):
extra = 0
model = File