calender-backend Linux create a virtual env by running: python3 -m venv venv active venv: source venv/bin/activate run: pip install -r requirements.txt Go to calendar_project and run python manage.py runserver