django-notifyme-place est un plugin pour & nbsp; https: //github.com/stefanfoulis/django-notifyme
django-notifyme-place est un backend de livraison pour django-notifyme. Il permet d'afficher des notifications sur le site et conserve une liste des notifications par utilisateur dans la base de données. Il contient crochet pour les utilisateurs de rejeter aa notification collante.
Installation
pip installer django-notifyme-place
Ajouter à notifyme_onsite INSTALLED_APPS et enregistrer le backend quelque part dans votre code de projet (mieux dans un models.py):
notifyme.delivery d'importation
de notifyme_onsite.delivery importation OnsiteStickyBackend
notifyme.delivery.backend.register(OnsiteStickyBackend)
Requirements:
- Python
- Django
- django-notifyme
Commentaires non trouvées