django-celery-beat
django-celery-beat copied to clipboard
Django Admin UI Enhancement
Summary:
We can make a few adjustments to the Django Admin UI to give it a more robust appearance.
- Celery Version: 4.4.7
- Celery-Beat Version: 2.2.0
Exact steps to reproduce the issue:
- Go to Django Admin
- Access Periodic Tasks > Periodic Tasks
Detailed information
Current UI

My Suggestion
- Replace column "Periodical Task" with column "Name"
- Remove column "Interval Schedule"
- Add column "Scheduler" to display the schedule

I can open a PR if this suggestion makes sense.