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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_bookdates-0.2.0.tar.gz.
File metadata
- Download URL: django_bookdates-0.2.0.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 |
737088078723a716ce6188b3f472d1003a8caaafd0dd42fc835de7ad5c4565d7
|
|
| MD5 |
10466230e05658e57155cb26e21c4c4d
|
|
| BLAKE2b-256 |
63f480b87e03df69304c32fdbe9ff0ea1b47f60dfcd8169b5706d2d513f1b37f
|
File details
Details for the file django_bookdates-0.2.0-py3-none-any.whl.
File metadata
- Download URL: django_bookdates-0.2.0-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 |
b360f9b10817c4740ea37c80a8489a5c481fb076a5396f63eefbec2023fe4d09
|
|
| MD5 |
a127006d4116c4890ef0d9db97e8437e
|
|
| BLAKE2b-256 |
7591990ecc3cf43b664bbc611f2d5640424d78f9bada8bedb25a79ebdf946971
|