Add autocomplete cover in admin

This commit is contained in:
Nyymix 2025-06-19 18:19:20 +03:00
parent eeff75a3e9
commit eaae4f96d1

View file

@ -71,6 +71,7 @@ class AlbumAdmin(admin.ModelAdmin):
list_editable = ('is_public',)
readonly_fields = ['cover_preview']
change_form_template = "admin/gallery/album/change_form.html"
autocomplete_fields = ['cover']
def get_urls(self):
"""Add custom upload route to admin."""