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

Uploaded Source

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