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:
xadmin django_celery_beat , adminx.py migrate no change , xadmin
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?