Skip to main content

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)

Uploaded Source

Built Distribution

juntagrico_calendar-1.6.0-py3-none-any.whl (71.1 kB 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