Skip to main content

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

  1. Add 'celerybeat_status' to your INSTALLED_APPS variable in django settings

INSTALLED_APPS = [
  ...
  'celerybeat_status',
]
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-celerybeat-status-0.0.5.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

django_celerybeat_status-0.0.5-py2.py3-none-any.whl (9.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-celerybeat-status-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django-celerybeat-status-0.0.5.tar.gz
Algorithm Hash digest
SHA256 c1edd668a2e887d66a6813f22ecb37d3e00fe8a3464d08257d608521946c6a8d
MD5 534144eaf439fb2028fcdbdf7fbbfe7e
BLAKE2b-256 ea24df62863f4e4848383b0962863182a00e36585e562825172c2178827fc140

See more details on using hashes here.

File details

Details for the file django_celerybeat_status-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_celerybeat_status-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 066f9b0fc4dcef23f5d7f9c4ca59a14235f995082dd813cef358020a182274fa
MD5 913bb483721a0cd9090fa8308ebe78ef
BLAKE2b-256 7e10ccc2b1b80ed4614e95d35e91fbca40d4120f2bd25560d8893514c143233a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page