Show jobs as calendar or agenda
Project description
calendar
This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico)
Installation
Install juntagrico-calendar via pip
$ pip install juntagrico-calendar
or add it in your projects requirements.txt
In settings.py add 'juntagrico_calendar', somewhere above 'juntagrico',.
INSTALLED_APPS = [
...
'juntagrico_calendar',
'juntagrico',
]
In your urls.py you also need to extend the pattern (above the juntagrico urls):
urlpatterns = [
...
path('', include('juntagrico_calendar.urls')),
# include juntagrico urls below
]
Redeploy your project (and apply migrations)
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
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 juntagrico_calendar-1.6.0.tar.gz.
File metadata
- Download URL: juntagrico_calendar-1.6.0.tar.gz
- Upload date:
- Size: 66.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
158b406883fb5820f2ee760b94b3e1c3f507757353be6330cbaf21146b115526
|
|
| MD5 |
70b1b2245240d7ff5381b1c06199865c
|
|
| BLAKE2b-256 |
46576fa7c8d233048e8af40a92a7bde4294d7aad574546a65f7ca22ff331256f
|
File details
Details for the file juntagrico_calendar-1.6.0-py3-none-any.whl.
File metadata
- Download URL: juntagrico_calendar-1.6.0-py3-none-any.whl
- Upload date:
- Size: 71.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdbeaac2c8375b17ef5f6f924bafa14bb91afef1e0d037fb86dde220e095bd26
|
|
| MD5 |
9df325693e04d42c4b5f2a11fd5c5ef0
|
|
| BLAKE2b-256 |
82b02f651eb06f225517bcf58bed148b17be891872bc224b16a2f3819b9b2c02
|