I have no need to the celery modules in my Django admin. Is there a way I could remove it?
You can simply unregister celerys models like admin.site.unregister(CeleryModelIdoNotWantInAdmin)