danidee10 / django-notifs

Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
MIT License
188 stars 25 forks source link

ModuleNotFoundError: No module named 'notifications.signals' #106

Open Prodip007 opened 1 year ago

Prodip007 commented 1 year ago

When I am installing django-notifs using pip, there is no signals.py file inside notifications. I am trying to follow the tutorial https://danidee10.github.io/2018/01/13/realtime-django-5.html. Here I have been instructed to import signals.py file from the notification and use notify. Can someone please help me with this? Thank you.

Prodip007 commented 1 year ago

image image image