Metadata-Version: 2.1
Name: django-user-notifications
Version: 0.1.0
Summary: Django App that extendes django-user-messages for createing easy user notifications based user set rules.
Home-page: https://github.com/rhimmelbauer/django-user-notifications/
Author: Roberto Himmelbauer
Author-email: robertoh89@gmail.com
License: MIT license
Description: # django-user-notifications
        django-user-notifications is an extention of django-user-messages that extends the default django.contrib.messages framework.
        
        The goal of the project is for a developer to create user messages with a set of rules.
        
        Eg. You need a user to accept new terms of service for your site. You should be able to create that reminder every day, every hour, every login until they accept the terms for which the reminder will cease to appear. 
        
        ## Features
        - Create per site and or per user messages
        - Create messages based on schedule, login, and or views.
        - Dismiss messages after user confirmation or end date.
        - Automate message creation upon defined events.
        - Select between modals or tranditional bootstrap notifications to display your message.
        
        
Keywords: django,app,messages
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: prod
Provides-Extra: build
Provides-Extra: docs
