remove unused code
This commit is contained in:
parent
f921c9a9b0
commit
bbe68bede0
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue