danidee10 / django-notifs

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

Can Notifs be used in the Admin Interface? #1

Closed Timtech4u closed 7 years ago

Timtech4u commented 7 years ago

Hi Danidee, I'll love to implement a custom notification into my admin interface, I think this can work :+1:

danidee10 commented 7 years ago

Right now, The main focus is on In-app notifications Not the Admin interface. But this is something that can easily be done (Overriding the admin templates and using the Notification model).

But i'll definitely keep this feature in mind

Timtech4u commented 7 years ago

Thanks, that's exactly what I'll do since I'm using a custom Admin App. Great Job!