معرفی شرکت ها


django-people-1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An app for showing person profiles, for example for your "About us" section.
ویژگی مقدار
سیستم عامل -
نام فایل django-people-1.3
نام django-people
نسخه کتابخانه 1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Martin Brochhaus
ایمیل نویسنده mbrochh@gmail.com
آدرس صفحه اصلی https://github.com/bitmazk/django-people
آدرس اینترنتی https://pypi.org/project/django-people/
مجوز The MIT License
Django People ============= A simple app to show person profiles, for example for the "About us" section of a website. Comes with a django-cms plugin and is multilingual. Installation ------------ If you want to install the latest stable release from PyPi:: $ pip install django-people If you feel adventurous and want to install the latest commit from GitHub:: $ pip install -e git://github.com/bitmazk/django-people.git#egg=people Add ``people`` to your ``INSTALLED_APPS``:: INSTALLED_APPS = ( ..., 'cms', 'menus', 'treebeard', 'filer', 'easy_thumbnails', 'people', ) Run the migrations:: ./manage.py migrate people Usage ----- Use the Django admin to create your person objects. If you are using django-cms you can use the ``Person Plugin`` to display a person in your placeholders. Settings -------- PERSON_PLUGIN_DISPLAY_TYPE_CHOICES ++++++++++++++++++++++++++++++++++ Default:: [ ('small', _('small')), ('big', _('big')), ] When using the ``Person Plugin`` in your django-cms placeholders you will notice that you only have two choices for the ``Display type``. This field can be helpful when you want to render a person differently in different parts of your site. If you need even more display types, just set this setting to a different list of tuples. Roadmap ------- Check the issue tracker on github for milestones and features to come.


نحوه نصب


نصب پکیج whl django-people-1.3:

    pip install django-people-1.3.whl


نصب پکیج tar.gz django-people-1.3:

    pip install django-people-1.3.tar.gz