Skip to main content

A nice and customizable cron field with easy to use UI

Project description

https://travis-ci.org/saeedsq/django-fancy-cronfield.svg?branch=develop https://img.shields.io/pypi/v/django-fancy-cronfield.svg https://img.shields.io/pypi/pyversions/django-fancy-cronfield.svg https://img.shields.io/pypi/status/django-fancy-cronfield.svg https://img.shields.io/pypi/dm/django-fancy-cronfield.svg https://img.shields.io/badge/wheel-yes-green.svg https://img.shields.io/pypi/l/django-fancy-cronfield.svg https://codecov.io/github/saeedsq/django-fancy-cronfield/coverage.svg?branch=develop Documentation Status Code Health https://api.codacy.com/project/badge/grade/1c49af5cdb564cfe979d26384436c85f Code Climate

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.5 up to 1.9, Python 2.6, 2.7, 3.3, 3.4 and python-crontab 1.9.3.

Documentation

Please head over to documentation for all the details on how to install, customize and use the django fancy cronfield.

Tutorial

http://django-fancy-cronfield.readthedocs.org/en/latest/intro/index.html

Installation

pip install django-fancy-cronfield

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()

Getting Help

Please Write to our mailing list.

Credits

Download files

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

Source Distribution

django-fancy-cronfield-0.2.0.zip (89.8 kB view hashes)

Uploaded Source

Built Distribution

django_fancy_cronfield-0.2.0-py2-none-any.whl (70.3 kB view hashes)

Uploaded Python 2

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