mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
added date added to admin interface
This commit is contained in:
@@ -9,7 +9,7 @@ class SettingAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(ComicBook)
|
||||
class ComicBookAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
list_display = ['file_name', 'date_added']
|
||||
|
||||
|
||||
@admin.register(ComicPage)
|
||||
|
||||
Reference in New Issue
Block a user