Skip to content

Commit

Permalink
Remove unused Media class
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 28, 2023
1 parent 47d9dc9 commit 5df6bd1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions filer/admin/imageadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ class Meta:
model = Image
exclude = ()

class Media:
css = {
# 'all': (settings.MEDIA_URL + 'filer/css/focal_point.css',)
}
js = (

)


class ImageAdmin(FileAdmin):
change_form_template = 'admin/filer/image/change_form.html'
Expand Down

0 comments on commit 5df6bd1

Please sign in to comment.