juntagrico-calendar 1.6.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

juntagricocalendar 1.6.0

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.