Skip to main content

A library that integrates with django admin and shows in a simple GUI 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.2.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

django_celerybeat_status-0.0.2-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.2.tar.gz.

File metadata

File hashes

Hashes for django-celerybeat-status-0.0.2.tar.gz
Algorithm Hash digest
SHA256 fe72de8517cb97d895e6fa0a8e8b1b3b5897ba9a496fd653392e26b1ac558e79
MD5 7f78edd6a9749eae027c7a28cf3bef49
BLAKE2b-256 50f05adc6e47db9e96f9e2f3015e29f26fa625872427f04299d805e1a285af02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_celerybeat_status-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 13f2cbc55203c47d4db6b10bc2ae39b1ab9ee711318ab42f63c42dc05ac54d1e
MD5 3b768e7a47f6e0de0773acf1d2e88f99
BLAKE2b-256 5e48beec0a3ac39e5c750182c54d890598456979437f4be5ccbb95ab10449e9e

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