معرفی شرکت ها


django-countable-field-1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple Django form field widget to display a text field with the current word count.
ویژگی مقدار
سیستم عامل -
نام فایل django-countable-field-1.3
نام django-countable-field
نسخه کتابخانه 1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrea Robertson
ایمیل نویسنده roboandie@gmail.com
آدرس صفحه اصلی https://github.com/RoboAndie/django-countable-field
آدرس اینترنتی https://pypi.org/project/django-countable-field/
مجوز MIT License
=============== Countable Field =============== Countable Field is a simple Django custom for widget for displaying a text area with the current word count displayed underneath. It can be set up to display the count in red when the current word count is out of required minimum or maximum word count for the form field. Quick start ----------- 1. Add "countable_field" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'countable_field', ] 2. In the form, set the field's widget to be "CountableWidget", passing the minimum and maximum word count as additional parameters, such as:: self.fields['essay_response'].widget = \ CountableWidget(attrs={'data-min-count': this.essay_min_length, 'data-max-count': this.essay_max_length})


نحوه نصب


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

    pip install django-countable-field-1.3.whl


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

    pip install django-countable-field-1.3.tar.gz