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).
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
Release history Release notifications | RSS feed
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)
File details
Details for the file django-cronfield-0.2.tar.gz
.
File metadata
- Download URL: django-cronfield-0.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 487a65c598cceaab82906e16403ac73f73020ac4efc865492822dd833443551c |
|
MD5 | 85d9e66d5becf568c0d9fd5786534488 |
|
BLAKE2b-256 | ec34f39e5384bbdf82690adeb254a7025cb3344d8997593289541f1c5d224053 |