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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_bookdates-0.1.1.tar.gz
.
File metadata
- Download URL: django_bookdates-0.1.1.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 282ac6b9466d5411423be6aa2ace61ee73ad8e414a89ec353698d66bedff87bd |
|
MD5 | 2ec92d624634356b85b83d1b7bcbe0cb |
|
BLAKE2b-256 | 0bc5b374baa949d11f442ba473e4feaee8a10e5786ccf46b0aea9ae1f8390917 |
File details
Details for the file django_bookdates-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: django_bookdates-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a3eae916820c241e402b5b032166a59ed4c30ac91c14d370fb1871d2790d09 |
|
MD5 | 4fece6a35b31d089afcb0164c5e728b4 |
|
BLAKE2b-256 | 7b54a3dc51e74d2bb2f3d8ca24789971f5f5de578393e3b5ea5446a15c83d52b |