mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Initial commit
This commit is contained in:
7
comic/admin.py
Normal file
7
comic/admin.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.contrib import admin
|
||||
from comic.models import Setting
|
||||
|
||||
# Register your models here.
|
||||
@admin.register(Setting)
|
||||
class SettingAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'value')
|
||||
Reference in New Issue
Block a user