معرفی شرکت ها


django-pseudo-cms-0.5.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Simple application to help add dynamic content to pages.
ویژگی مقدار
سیستم عامل -
نام فایل django-pseudo-cms-0.5.0
نام django-pseudo-cms
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aaron Madison
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/madisona/django-pseudo-cms
آدرس اینترنتی https://pypi.org/project/django-pseudo-cms/
مجوز -
Pseudo CMS ========== A real basic, fake kind of CMS. Allows you to add just a tiny bit of dynamic content to your pages. Overview ******** I often find as a developer I want full control of the page, but there are small pieces I want a non-technical person to be able to change, or myself be able to change without additional code / deployment. This allows you to let a user customize the title tag, meta description, page title, page body, and a single page image. It will only allow you to save a ``content`` model to an existing url path that is resolvable in your django project. Installation ************ :: pip install django-pseudo-cms Usage ***** add ``pseudo_cms`` to your ``INSTALLED_APPS`` setting. If you want to change the image and/or thumbnail size of the page's content image, add the following directives to your settings as they apply. :: PSEUDO_CMS_IMAGE_SIZE = (300, 300) PSEUDO_CMS_THUMBNAIL_SIZE = (150, 150) The tuple refers to (width, height). If you'd like to force the image to a particular size without maintaining its aspect ratio, add a third item ``True`` to your tuple.


نیازمندی

مقدار نام
<3.2,>=1.11 Django
<0.6.0,>=0.2.1 django-image-helper
==0.12 docutils


نحوه نصب


نصب پکیج whl django-pseudo-cms-0.5.0:

    pip install django-pseudo-cms-0.5.0.whl


نصب پکیج tar.gz django-pseudo-cms-0.5.0:

    pip install django-pseudo-cms-0.5.0.tar.gz