Skip to content
Saeed Salehian edited this page Nov 17, 2015 · 1 revision

Welcome to the django fancy cronfield wiki!

A nice and customizable cron field with great, easy to use UI.

Installation

pip install django-fancy-cronfield

Basic usage

Use it like any regular model field:

from django.db import models

from fancy_cronfield.fields import CronField


class MyModel(models.Model):
    timing = CronField()

For a complete guide see documentation.

Getting Help

Please write to our mailing list

Clone this wiki locally