Skip to main content

APScheduler Register for Django

Project description

Django APScheduler Register

Django-aps adds the task registration discovery function on the basis of A, which is more convenient for users to realize the configuration of scheduled tasks.

Installation

pip install django-aps

Quick start

  • Add aps to your INSTALLED_APPS setting like this:
INSTALLED_APPS = (
    # ...
    "django_aps",
)
  • django-aps comes with sensible configuration defaults out of the box. The defaults can be overridden by adding the following settings to your Django settings.py file:
DEFAULT_DISCOVER_SCHEMA = 'pkg'
  • Run python manage.py migrate to create the django_apscheduler models.

  • Register a APScheduler function in your project



          

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-aps-0.1.1.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

django_aps-0.1.1-py3-none-any.whl (17.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