Skip to content

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

License

Notifications You must be signed in to change notification settings

knaperek/django-cronfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published