معرفی شرکت ها


fluentcms-teaser-2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A teaser plugin for django-fluent-pages
ویژگی مقدار
سیستم عامل -
نام فایل fluentcms-teaser-2.0
نام fluentcms-teaser
نسخه کتابخانه 2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Basil Shubin
ایمیل نویسنده basil.shubin@gmail.com
آدرس صفحه اصلی https://github.com/bashu/fluentcms-teaser
آدرس اینترنتی https://pypi.org/project/fluentcms-teaser/
مجوز Apache License, Version 2.0
fluentcms-teaser ================ .. image:: https://github.com/django-fluent/fluentcms-teaser/actions/workflows/tests.yaml/badge.svg?branch=master :target: https://github.com/django-fluent/fluentcms-teaser/actions/workflows/tests.yaml .. image:: https://img.shields.io/pypi/v/fluentcms-teaser.svg :target: https://pypi.python.org/pypi/fluentcms-teaser/ .. image:: https://img.shields.io/pypi/l/fluentcms-teaser.svg :target: https://pypi.python.org/pypi/fluentcms-teaser/ .. image:: https://img.shields.io/codecov/c/github/django-fluent/fluentcms-teaser/master.svg :target: https://codecov.io/github/django-fluent/fluentcms-teaser?branch=master A teaser plugin for django-fluent-contents_ Originally authored by `Basil Shubin <https://github.com/bashu>`_. Installation ============ First install the module, preferably in a virtual environment. It can be installed from PyPI: .. code-block:: shell pip install fluentcms-teaser Backend Configuration --------------------- First make sure the project is configured for django-fluent-contents_. Then add the following settings: .. code-block:: python INSTALLED_APPS += ( 'fluentcms_teaser', ) # The upload folder for teasers # Default: '.' FLUENTCMS_TEASER_UPLOAD_TO = 'teasers/' The database tables can be created afterwards: .. code-block:: shell python ./manage.py migrate Now, the ``TeaserPlugin`` can be added to your ``PlaceholderField`` and ``PlaceholderEditorAdmin`` admin screens. Frontend Configuration ---------------------- If needed, the HTML code can be overwritten by redefining ``fluentcms_teaser/teaser.html``. Contributing ------------ If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-) .. _django-fluent-contents: https://github.com/django-fluent/django-fluent-contents


نیازمندی

مقدار نام
>=2.0 django-fluent-contents


نحوه نصب


نصب پکیج whl fluentcms-teaser-2.0:

    pip install fluentcms-teaser-2.0.whl


نصب پکیج tar.gz fluentcms-teaser-2.0:

    pip install fluentcms-teaser-2.0.tar.gz