Scheduled tasks are not displayed in the django xadmin background: django_celery_beat table

1. My project is django 1.11, python 2.7, using celery 4.1, using django_celery_beat third-party libraries. After installation and migration, there is a scheduled task table in the admin background, which can be used normally. However, I recently used django-xadmin as the background interface, but did not display this scheduled task table.

The table in

admin is as follows, but xadmin does not:
clipboard.png

xadmin django_celery_beat , adminx.py migrate no change , xadmin

clipboard.png

and even if I copy the django_celery_beat to the root of the project, it won"t work.

2. Ask if you have met any friends how to solve the problem?

Mar.14,2021

has been resolved, add xadmin.autodiscover ()

under urls.py
Menu