├── LICENSE ├── MANIFEST.in ├── README.md ├── celery_admin ├── __init__.py └── admin.py └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madirey/django-celery-admin-ext/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madirey/django-celery-admin-ext/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madirey/django-celery-admin-ext/HEAD/README.md -------------------------------------------------------------------------------- /celery_admin/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /celery_admin/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madirey/django-celery-admin-ext/HEAD/celery_admin/admin.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madirey/django-celery-admin-ext/HEAD/setup.py --------------------------------------------------------------------------------