mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fixed breadcrumbs
moved some code to util.py to clean up views.py added migration for start of db.
This commit is contained in:
@@ -4,4 +4,5 @@ from comic.models import Setting
|
||||
# Register your models here.
|
||||
@admin.register(Setting)
|
||||
class SettingAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'value')
|
||||
list_display = ('name', 'value')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user