Skip to main content

A nice and customizable cronfield

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://coveralls.io/repos/saeedsq/django-fancy-cronfield/badge.svg?branch=develop&service=github Documentation Status Code Climate

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

Features

  • 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.8.7, Python 2.6, 2.7, 3.3, 3.4 and python-crontab 1.9.3.

Installation

pip install django-fancy-cronfield

Basic usage

Use it 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.

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-fancy-cronfield-0.1.1.zip (27.1 kB view hashes)

Uploaded Source

Built Distribution

django_fancy_cronfield-0.1.1-py2-none-any.whl (10.1 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