معرفی شرکت ها


django-asyncmailer-1.6.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Async email solution w/ multiple SMTP credentials, load-balancing and blacklist.
ویژگی مقدار
سیستم عامل -
نام فایل django-asyncmailer-1.6.1
نام django-asyncmailer
نسخه کتابخانه 1.6.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/django-asyncmailer/
مجوز -
Home-page: https://github.com/andyfangdz/django-asyncmailer Author: Dezhi “Andy” Fang Author-email: andyfang.dz@gmail.com License: The MIT License Description-Content-Type: UNKNOWN Description: Django AsyncMailer ============ .. image:: https://travis-ci.org/andyfangdz/django-asyncmailer.svg?branch=master :target: https://travis-ci.org/andyfangdz/django-asyncmailer Async email solution w/ multiple SMTP credentials, load-balancing and blacklist. Installation ------------ To get the latest stable release from PyPi .. code-block:: bash pip install django-asyncmailer To get the latest commit from GitHub .. code-block:: bash pip install -e git+git://github.com/andyfangdz/django-asyncmailer.git#egg=asyncmailer TODO: Describe further installation steps (edit / remove the examples below): Add ``asyncmailer`` to your ``INSTALLED_APPS`` .. code-block:: python INSTALLED_APPS = ( ..., 'asyncmailer', ) Add the ``asyncmailer`` URLs to your ``urls.py`` .. code-block:: python urlpatterns = [ url(r'^asyncmailer/', include('asyncmailer.urls')), ] Before your tags/filters are available in your templates, load them by using .. code-block:: html {% load asyncmailer_tags %} Don't forget to migrate your database .. code-block:: bash ./manage.py migrate asyncmailer Usage ----- TODO: Describe usage or point to docs. Also describe available settings and templatetags. Contribute ---------- If you want to contribute to this project, please perform the following steps .. code-block:: bash # Fork this repository # Clone your fork # Install virtualenvwrapper if you haven't: # sudo pip install virtualenvwrapper # Edit .bashrc/.zshrc according to: # http://virtualenvwrapper.readthedocs.io/en/latest/install.html#shell-startup-file mkvirtualenv -p python2.7 django-asyncmailer make develop # Make your feature branch git co -b feature_branch master # You can initiate the database and preview the app in the browser # Django < 1.8: ./manage.py syncdb --all ./manage.py migrate --fake # Django >= 1.8: ./manage.py migrate ./manage.py runserver # Implement your feature and tests git add . && git commit git push -u origin feature_branch # Send us a pull request for your feature branch In order to run the tests, simply execute ``tox``. This will install two new environments (for Django 1.8 and Django 1.9) and run the tests against both environments. Keywords: django,async,email Platform: OS Independent


نیازمندی

مقدار نام
- django
- celery
- django-compat
- html2text
- jsonfield
- premailer
xtr flake8;


نحوه نصب


نصب پکیج whl django-asyncmailer-1.6.1:

    pip install django-asyncmailer-1.6.1.whl


نصب پکیج tar.gz django-asyncmailer-1.6.1:

    pip install django-asyncmailer-1.6.1.tar.gz