A nice and customizable cron field with easy to use UI
Project description
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
Crontab API features borrowed from python-crontab.
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
Built Distribution
File details
Details for the file django-fancy-cronfield-0.2.0.zip
.
File metadata
- Download URL: django-fancy-cronfield-0.2.0.zip
- Upload date:
- Size: 89.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff9e8ef6a5f90f78a1552803b9c78ce2eb91dbaf40f90b02cb3b153acee18cda |
|
MD5 | 111833b4afa68fe91f996f2a8df7ace0 |
|
BLAKE2b-256 | da97d0a9b50da069197b03a6b9b4ce34d86fb78cae0b9df78185e2aa13c1e29e |
File details
Details for the file django_fancy_cronfield-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: django_fancy_cronfield-0.2.0-py2-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbec980bcffa3cbec1dbf2f63b1367537b8357f4656ea77ac56c931fda024fc0 |
|
MD5 | 5d9aa14a52ccd85dce0ce708360e400e |
|
BLAKE2b-256 | ba482f9bf655ff3b898f3f2219b3bd5aa314b8a31e01d914493d3b65df8ff7f2 |