mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 03:38:11 +08:00
edit link on the func column in the schedule admin
This commit is contained in:
@@ -74,6 +74,7 @@ class ScheduleAdmin(admin.ModelAdmin):
|
||||
|
||||
list_filter = ('next_run', 'schedule_type')
|
||||
search_fields = ('func',)
|
||||
list_display_links = ('id', 'func')
|
||||
|
||||
|
||||
admin.site.register(Schedule, ScheduleAdmin)
|
||||
|
||||
Reference in New Issue
Block a user