Metadata-Version: 1.1
Name: django-celery-admin
Version: 0.1
Summary: A django application that lets you kick off periodic celery tasks from the admin.
Home-page: http://github.com/mattcaldwell/django-celery-admin-ext
Author: Matt Caldwell
Author-email: mcaldwel@ngs.org
License: UNKNOWN
Description: 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](http://github.com/ask/django-celery).
        
        This app was forked from and inspired by [erussell/django-redis-status](http://github.com/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.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
