A scheduling app for Django
pip install django-agenda==0.7.1
Django agenda is a django app that allow you to create and book times in a schedule. Our goal is to handle all the nasty details for you; like timezones, schedule changes, and whether or not a specific segment is actually available to be booked.
First, install via pip (on Windows, replace pip3
with pip
)
pip3 install django-agenda
Then, edit your settings.py
, adding this line to INSTALLED_APPS
'django_agenda',