Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgeskens/django-tinyschedule
A small Django app for managing schedules
https://github.com/jgeskens/django-tinyschedule
Last synced: 24 days ago
JSON representation
A small Django app for managing schedules
- Host: GitHub
- URL: https://github.com/jgeskens/django-tinyschedule
- Owner: jgeskens
- License: bsd-3-clause
- Created: 2015-02-03T22:38:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T09:37:37.540Z (about 1 month ago)
- Language: Python
- Size: 30.3 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-tinyschedule - A small Django app for managing schedules (Python)
README
=============================
django-tinyschedule
=============================.. image:: https://badge.fury.io/py/django-tinyschedule.png
:target: https://badge.fury.io/py/django-tinyschedule.. image:: https://travis-ci.org/jgeskens/django-tinyschedule.png?branch=master
:target: https://travis-ci.org/jgeskens/django-tinyschedule.. image:: https://coveralls.io/repos/jgeskens/django-tinyschedule/badge.svg?branch=master
:target: https://coveralls.io/r/jgeskens/django-tinyschedule?branch=masterA small package for managing schedules in Django
Documentation
-------------The full documentation is at https://django-tinyschedule.readthedocs.org.
Quickstart
----------Install django-tinyschedule::
pip install django-tinyschedule
Then use it in a project::
import tinyschedule
Features
--------* Easily define schedules using the Schedule model
* Make your own Schedule-like models by extending ScheduleBase
* Tiny and lightweight, easy to grasp