Install¶
pip install django-scheduler
add package to INSTALLED_APPS in settings.py:
'schedule',
make sure that you have "django.template.context_processors.request" in TEMPLATE_CONTEXT_PROCESSORS.
pip install django-scheduler
add package to INSTALLED_APPS in settings.py:
'schedule',
make sure that you have "django.template.context_processors.request" in TEMPLATE_CONTEXT_PROCESSORS.