معرفی شرکت ها


django-compound-field-0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A compound field for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-compound-field-0.1
نام django-compound-field
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andreas Kostyrka
ایمیل نویسنده andreas@kostyrka.org
آدرس صفحه اصلی UNKNOWN
آدرس اینترنتی https://pypi.org/project/django-compound-field/
مجوز BSD
== django compound field == This addon allows you to define compound fields, e.g. {{{ class AddressField(CompoundField): phone = models.CharField(max_length=30) mobile = models.CharField(max_length=30) fax = models.CharField(max_length=30) email = models.EmailField() }}} compound fields have no representation in the database, they just contribute the fields one by one to their carrier model. == KNOWN BUGS == * you cannot nest compound fields (because the metaclass collects only Fields, and a CompoundField is not a Field) * you cannot assign the whole compound field during keyword based creation. * the fields in the carrier model are added out-of-order at the end.


نحوه نصب


نصب پکیج whl django-compound-field-0.1:

    pip install django-compound-field-0.1.whl


نصب پکیج tar.gz django-compound-field-0.1:

    pip install django-compound-field-0.1.tar.gz