django-fancy-cronfield-alt 1.0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangofancycronfieldalt 1.0.1

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.11 up to 2.2, Python 3.6, 3.7, 3.8, and python-crontab 1.9.5.


Installation
python -m pip install django-fancy-cronfield-alt


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


Credits

django-fancy-crontab was created by @saeedsq.
Crontab API features borrowed from
python-crontab.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.