Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 334 Bytes

ducker-notifications

Setup steps for contriubtors:

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