معرفی شرکت ها


django-easywebpack-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Making Django and Webpack best friends
ویژگی مقدار
سیستم عامل -
نام فایل django-easywebpack-0.2.1
نام django-easywebpack
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Fndrz
ایمیل نویسنده django-easywebpack@fndrz.com
آدرس صفحه اصلی https://github.com/fndrz/django-easywebpack
آدرس اینترنتی https://pypi.org/project/django-easywebpack/
مجوز MIT
================== django-easywebpack ================== Making Django and Webpack best friends. .. image:: https://badge.fury.io/py/django-easywebpack.svg :target: https://badge.fury.io/py/django-easywebpack .. image:: https://travis-ci.org/fndrz/django-easywebpack.svg?branch=master :target: https://travis-ci.org/fndrz/django-easywebpack .. image:: https://codecov.io/gh/fndrz/django-easywebpack/branch/master/graph/badge.svg :target: https://codecov.io/gh/fndrz/django-easywebpack .. image:: https://readthedocs.org/projects/django-easywebpack/badge/?version=latest :target: http://django-easywebpack.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Documentation ------------- The full documentation is at https://django-easywebpack.readthedocs.io. Quickstart ---------- Install django-easywebpack:: pip install django-easywebpack Add it to your `INSTALLED_APPS`: Note: :code:`easywebpack` must be placed before :code:`staticfiles` for :code:`./manage.py` commands to work properly. .. code-block:: python INSTALLED_APPS = ( 'easywebpack', ... ) Then, configure it in your Django settings: .. code-block:: python EASYWEBPACK = { 'MANIFEST': 'path/to/manifest.json', } Credits ------- Tools used in rendering this package: * Cookiecutter_ * `cookiecutter-djangopackage`_ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage History ------- 0.2.1 (2018-04-19) ++++++++++++++++++ * Fix broken management commands. * Add more information to setup.py. * Integrate version updating with Punch. 0.2.0 (2018-04-18) ++++++++++++++++++ * First release on PyPI.


نحوه نصب


نصب پکیج whl django-easywebpack-0.2.1:

    pip install django-easywebpack-0.2.1.whl


نصب پکیج tar.gz django-easywebpack-0.2.1:

    pip install django-easywebpack-0.2.1.tar.gz