Go to path/calendar/ to add a schedule. Go to path/calendar/view/ to view the calendar.
- To integrate the calendar in your project, add the almanac_calendar directory in your app, include it in your INSTALLED_APPS
- run python manage.py makemigrations almanac_calendar and python manage.py migrate
- Edit calendar.html which is for adding events and add CSS as per requirements.
- Edit index.html to modify it to a block so that you can include in other templates.