Skip to main content

Book dates in shared calendars

Project description

Django Bookdates

A platform for booking dates in shared calendars.

Installation

Install django-bookdates using your favourite package manager.

Add the following to your Django projects INSTALLED_APPS:

'crispy_forms',
'crispy_bootstrap5',
'django_bookdates'

And add the following configuration settings

CRISPY_TEMPLATE_PACK = "bootstrap5"
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"

# If you want to predefine choices for a specific calendar
CALENDAR_CHOICES = { "example-calendar": ['Trixie', 'Liu', 'Enoch'] }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_bookdates-0.2.0.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

django_bookdates-0.2.0-py3-none-any.whl (1.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page