معرفی شرکت ها


crispy-forms-primer-0.4.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django application to add 'django-crispy-forms' layout objects for Github Primer
ویژگی مقدار
سیستم عامل -
نام فایل crispy-forms-primer-0.4.4
نام crispy-forms-primer
نسخه کتابخانه 0.4.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yuwei Tian
ایمیل نویسنده ibluefocus@nospam.outlook.com
آدرس صفحه اصلی https://github.com/galeo/crispy-forms-primer
آدرس اینترنتی https://pypi.org/project/crispy-forms-primer/
مجوز MIT
crispy-forms-primer =================== Introduction ------------ This is a Django application to add `django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>`__ layout objects for `Primer <https://github.com/primer/css>`__. ⚠ This app does not include `Primer <https://github.com/primer/primer>`__ assets, you will have to install them yourself in your projects. ❗ This is pre-alpha software, I will be amending the initial commit for a while. You may not want to use it in production environment. Prerequisites ------------- - `django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>`__ Installation ------------ The best way to install is by using ``pip``: .. code:: shell $ pip install crispy-forms-primer Or you could install the development version directly from GitHub: .. code:: shell $ pip install git+https://github.com/galeo/crispy-forms-primer Add the app in ``INSTALLLED_APPS`` like this: .. code:: python INSTALLED_APPS = ( ... 'crispy_forms', 'crispy_forms_primer', ... ) Change crispy template pack settings to start using it in your forms: .. code:: python # Default layout to use with 'crispy_forms' CRISPY_TEMPLATE_PACK = 'primer' All other `django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>`__ settings option apply, see its documentation for more details. License ------- MIT License


نیازمندی

مقدار نام
>=2.2 Django
>=1.9.0 django-crispy-forms


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl crispy-forms-primer-0.4.4:

    pip install crispy-forms-primer-0.4.4.whl


نصب پکیج tar.gz crispy-forms-primer-0.4.4:

    pip install crispy-forms-primer-0.4.4.tar.gz