You've already forked hotpocket
BTHLABS-66: Prepping for public release: Take four
Apple gonna Apple... ;)
This commit is contained in:
@@ -11,6 +11,26 @@ class SaveAdmin(admin.ModelAdmin):
|
||||
list_display = (
|
||||
'pk', 'key', 'account_uuid', 'created_at', 'render_is_active',
|
||||
)
|
||||
search_fields = ('pk', 'account_uuid', 'url')
|
||||
fields = (
|
||||
'pk',
|
||||
'account_uuid',
|
||||
'key',
|
||||
'url',
|
||||
'title',
|
||||
'description',
|
||||
'last_processed_at',
|
||||
'is_netloc_banned',
|
||||
'created_at',
|
||||
'deleted_at',
|
||||
)
|
||||
readonly_fields = (
|
||||
'pk',
|
||||
'account_uuid',
|
||||
'key',
|
||||
'created_at',
|
||||
'deleted_at',
|
||||
)
|
||||
ordering = ['-created_at']
|
||||
|
||||
def has_delete_permission(self, request, obj=None):
|
||||
|
||||
Reference in New Issue
Block a user