Skip to main content

RESTful API for django-celery-beat

Project description

django-celery-beat RESTful API

RESTful API for django-celery-beat.

Usage

Add celery_beat_rest in your project's settings.py:

INSTALLED_APPS = [
    'celery_beat_rest',
]

Include celery_beat_rest.urls in project's urls.py:

urlpatterns = [
    path('celery/beat/', include('celery_beat_rest.urls'))
]

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-celery-beat-rest-0.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_celery_beat_rest-0.0.2-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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