معرفی شرکت ها


django-notifier-0.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

User and Group Notifications for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-notifier-0.7
نام django-notifier
نسخه کتابخانه 0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Siddharth Doshi
ایمیل نویسنده scdoshi@gmail.com
آدرس صفحه اصلی http://github.com/scdoshi/django-notifier/
آدرس اینترنتی https://pypi.org/project/django-notifier/
مجوز Simplified BSD
=============== django-notifier =============== Send notifications (Email, SMS etc) and manage preferences and permissions per user and group. See full documentation at http://django-notifier.rtfd.org/ To register a notification:: create_notification('test-notification') To send notifications:: send_notification('test-notification', [user1, user2, ..]) Installation ============ Install via ``pip``:: $ pip install django-notifier Setup ===== 1. Add ``notifier`` to INSTALLED_APPS in your django settings file. :: INSTALLED_APPS = ( ... 'notifier', ... ) 2. Settings If you are going to use any custom backends to send notifications, add the setting NOTIFIER_BACKENDS to your settings file. If this setting is not defined, only the EmailBackend is used by default. :: NOTIFIER_BACKENDS = ( 'notifier.backends.EmailBackend', 'path.to.custom.backend.CustomBackend', ) 3. Run ``syncdb`` or ``migrate`` (if using South) to create the necessary tables in the database. :: $ python manage.py syndb If using South: :: $ python manage.py migrate


نحوه نصب


نصب پکیج whl django-notifier-0.7:

    pip install django-notifier-0.7.whl


نصب پکیج tar.gz django-notifier-0.7:

    pip install django-notifier-0.7.tar.gz