Skip to main content

A nice and customizable cronfield

Project description

https://api.travis-ci.com/rsiemens/django-fancy-cronfield.svg?branch=master https://img.shields.io/pypi/v/django-fancy-cronfield-alt.svg

A nice and customizable cron field with great, easy to use UI.

Features

  • Cron widget providing nice gentle select UI

  • Cron format validation

  • Custom django field

  • Ability to specify a daily run limit

Requirements

Fancy cron field requires Django version 1.11 up to 2.2, Python 3.6, 3.7, 3.8, and python-crontab 1.9.5.

Installation

python -m pip install django-fancy-cronfield-alt

Basic usage

Add ‘fancy_cronfield’ to your INSTALLED_APPS, then use CronField like any regular model field:

from django.db import models

from fancy_cronfield.fields import CronField


class MyModel(models.Model):
    timing = CronField()

Credits

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_fancy_cronfield_alt-1.0.1-py3-none-any.whl (67.6 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