unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development

Home Page:https://unfoldadmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not selectable periodic tasks

mgmka opened this issue · comments

commented

The periodic task selection field does not contain a selection function, so the task name must be entered manually?

image

when I comment

# @admin.register(PeriodicTask)
# class PeriodicTaskAdmin(ModelAdmin):
#     pass

a combobox appears in the task addition field

image

Yes, you are right. In #483 I updated documentation to actually inherit from existing admins.