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
juntagrico_calendar-1.6.0.tar.gz
(66.5 kB
view hashes)
Built Distribution
Close
Hashes for juntagrico_calendar-1.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 158b406883fb5820f2ee760b94b3e1c3f507757353be6330cbaf21146b115526 |
|
MD5 | 70b1b2245240d7ff5381b1c06199865c |
|
BLAKE2b-256 | 46576fa7c8d233048e8af40a92a7bde4294d7aad574546a65f7ca22ff331256f |
Close
Hashes for juntagrico_calendar-1.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdbeaac2c8375b17ef5f6f924bafa14bb91afef1e0d037fb86dde220e095bd26 |
|
MD5 | 9df325693e04d42c4b5f2a11fd5c5ef0 |
|
BLAKE2b-256 | 82b02f651eb06f225517bcf58bed148b17be891872bc224b16a2f3819b9b2c02 |