1. Create venv on the upper level of repo folder and activate venv
2. pip install -r requirements.txt (for now Django==3.2, pytest==7.1.2)
3. pip install -e . in the folder ducker-notifications
4. Add "ducker.notifications" to INSTALLED_APPS in settings.py file