معرفی شرکت ها


django-notifications-rest-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A django notifications package exposed through API Rest
ویژگی مقدار
سیستم عامل -
نام فایل django-notifications-rest-0.0.1
نام django-notifications-rest
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yusniel Hidalgo Delgado
ایمیل نویسنده yhidalgo86@gmail.com
آدرس صفحه اصلی https://github.com/yhdelgado/django-notifications-rest
آدرس اینترنتی https://pypi.org/project/django-notifications-rest/
مجوز MIT
``django-notifications-rest`` Documentation ======================================= [django-notifications-rest](https://github.com/yhdelgado/django-notifications-rest) provides rest endpoints for ``django-notifications-hq``. Requirements ============ - Python 3.5, 3.6, 3.7, 3.8 - Django 2.2, 3.0, 3.1 - django-notifications-hq latest version - djangorestframework latest version Installation ============ Installation using ``pip``. You need to manually install the required ``django-notifications-hq`` and ``djangorestframework`` packages. $ pip install django-notifications-rest or get it from source $ git clone https://github.com/yhdelgado/django-notifications-rest.git $ cd django-notifications-rest $ python setup.py sdist $ pip install dist/django-notifications-rest* Then to add the Django Notifications Rest to your project add the app ``notifications_rest`` to your ``INSTALLED_APPS`` and urlconf. The app should go somewhere after all the apps that are going to be generating notifications like ``django.contrib.auth`` INSTALLED_APPS = ( 'django.contrib.auth', 'rest_framework', 'notifications'. ... 'notifications_rest', ... ) Add the notifications urls to your urlconf:: urlpatterns = [ ... url('^notifications/', include('notifications_rest.urls')), ... ] If the installed version of django>=3.1, then:: from django.urls import path, include urlpatterns = [ ... path('^notifications/', include('notifications_rest.urls')), ... ] To run schema migration, execute ``python manage.py migrate``.


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl django-notifications-rest-0.0.1:

    pip install django-notifications-rest-0.0.1.whl


نصب پکیج tar.gz django-notifications-rest-0.0.1:

    pip install django-notifications-rest-0.0.1.tar.gz