File: index.rst

package info (click to toggle)
django-recurrence 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,148 kB
  • sloc: python: 2,530; javascript: 2,502; makefile: 159; sh: 6
file content (24 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
django-recurrence
*****************

django-recurrence is a utility for working with recurring dates in
Django.

It provides:

- Recurrence/Rule objects using a subset of rfc2445 (wraps
  ``dateutil.rrule``) for specifying recurring date/times;
- ``RecurrenceField`` for storing recurring datetimes in the
  database;
- a JavaScript widget.

Contents
--------

.. toctree::
   :maxdepth: 2

   installation
   usage/index
   contributing
   changelog