A Django app for managing celery tasks.
Project description
Simple manager for starting celery tasks
Quick start
Add “celery_explorer” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "celery_explorer", ]Include the polls URLconf in your project urls.py like this:
path("celery_explorer/", include("celery_explorer.urls")),Visit the /celery_explorer/ URL to see manger panel.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
celery_explorer-0.2.3.tar.gz
(5.7 kB
view details)
File details
Details for the file celery_explorer-0.2.3.tar.gz.
File metadata
- Download URL: celery_explorer-0.2.3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ae19d29c8463d9b2d2fc58500dfdd693011fe1bdaa22c0c39b34313494bfb9
|
|
| MD5 |
636531d813578246f91e2fd39782625f
|
|
| BLAKE2b-256 |
97bc1e6ad494fb00659a7001893a2742caf54f227d4e57db2a770937097856b7
|