django-celery-admin

A django application that lets you kick off periodic celery tasks from the admin.


License
Other
Install
pip install django-celery-admin==0.1

Documentation

This app adds the ability to manually run a periodic celery task from the Django Admin. It requires Django 1.3+ and ask/django-celery.

This app was forked from and inspired by erussell/django-redis-status.

Installation

Put celery_admin in your INSTALLED_APPS.

That's all. Only admin-users with superuser permission can see these stats.