Skip to main content

Simple CRON field with nice javascript-enabled User Interface and Cron format validation.

Project description

=====
Django Cronfield
=====

Django CRON field providing nice javascript-enabled User Interface and Crontab format validation.
Works perfectly also with standard Django Admin interface.

Uses jQuery library ver. 1.7.2 hosted on Google CDN

Requirements
-----------
Django 1.4+
Python 2.7+


Quick start
-----------

1. Add "cronfield" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'cronfield',
)

2. Use CronField in your models.py::

from cronfield.models import CronField
...

CRON_string = CronField()


3. Look at your model in the Django Admin interface (edit model page).

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-cronfield-0.2.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file django-cronfield-0.2.tar.gz.

File metadata

File hashes

Hashes for django-cronfield-0.2.tar.gz
Algorithm Hash digest
SHA256 487a65c598cceaab82906e16403ac73f73020ac4efc865492822dd833443551c
MD5 85d9e66d5becf568c0d9fd5786534488
BLAKE2b-256 ec34f39e5384bbdf82690adeb254a7025cb3344d8997593289541f1c5d224053

See more details on using hashes here.

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