A simple django admin extension that shows when your periodic are going to run next
Project description
A library that integrates with django admin and shows in a simple GUI when your periodic are going to run next.
Instalation
pip install django-celerybeat-status
Configuration
Add 'celerybeat_status' to your INSTALLED_APPS variable in django settings
INSTALLED_APPS = [
...
'celerybeat_status',
]
Create a url for the status check view
from django.conf.urls import url, include
urlpatterns = [
# other urls...
url(r'^admin/statuscheck/', include('celerybeat_status.urls')),
]
Usage
Check your tasks under /admin/statuscheck/periodictasks/ (if you configured your urls the way we suggested in this docs).
You can also find a link in /admin sidebar.
Commercial Support
This project, as other Vinta open-source projects, is used in products of Vinta clients. We are always looking for exciting work, so if you need any commercial support, feel free to get in touch: contact@vinta.com.br
Copyright (c) 2017 Vinta Serviços e Soluções Tecnológicas Ltda
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-celerybeat-status-0.0.7.tar.gz
.
File metadata
- Download URL: django-celerybeat-status-0.0.7.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e502896c973560c9ed2eccb90b27262da3f98106e12ff6b7d0c7cd999bb93e |
|
MD5 | f69ae5dc767e18122c5ed0c98219c10c |
|
BLAKE2b-256 | 13a96ec4c692f4f85413c2882ab856fb067dfc0a51ce6c1f54429c45dcabc2db |