Private lessons calendar is a simple app which help to manage own lessons. User can do CRUD operation on lessons if user is authenticated.When person doesn't have an account, user still can book a class.
The link below shows how app works:
https://www.youtube.com/watch?v=2leWeZnoTjk&ab_channel=Miczi2012
All requirements are in file requirements.txt. To install the python package use command below:
$ pip install -r requirements.txt