معرفی شرکت ها


djangocms-section-0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Django CMS plugin for displaying a FilerImage and a TextPlugin together by means of selectabletemplate layouts.
ویژگی مقدار
سیستم عامل -
نام فایل djangocms-section-0.1
نام djangocms-section
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Fabian Lehner
ایمیل نویسنده fl@makonis.net
آدرس صفحه اصلی https://github.com/febsn/djangocms-section
آدرس اینترنتی https://pypi.org/project/djangocms-section/
مجوز BSD License
================= djangocms-section ================= Section is a DjangoCMS plugin for displaying a section consisting of a FilerImage and TextPlugin instances. The app can be configured to offer multiple layouts to the user. Requires `django-filer` and `easy_thumbnails`. Quick start ----------- 1. Install with your favorite tool 2. Add `'section'` to `INSTALLED_APPS`. 3. Configure a `'preview'` thumbnail alias for easy_thumbnails if you're going to use the default template like so:: THUMBNAIL_ALIASES = { 'preview': { 'size': (320, 150), 'crop': 'smart', }, } 4. Enjoy adding a Section plugin to a page. Custom layouts -------------- You can add as many layout templates as you desire. See `templates/section/default.html` for an example. Don't forget to render the placeholder for the text plugins. The templates have to be enabled in the settings:: SECTION_STYLE_CHOICES = ( ('default', _('default')), ('lightbox', _('with lightbox')), )


نحوه نصب


نصب پکیج whl djangocms-section-0.1:

    pip install djangocms-section-0.1.whl


نصب پکیج tar.gz djangocms-section-0.1:

    pip install djangocms-section-0.1.tar.gz