معرفی شرکت ها


django-static-jquery3-5.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django application contain jquery3 static files.
ویژگی مقدار
سیستم عامل -
نام فایل django-static-jquery3-5.1.0
نام django-static-jquery3
نسخه کتابخانه 5.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده zencore
ایمیل نویسنده appstore@zencore.cn
آدرس صفحه اصلی https://github.com/zencore-cn/zencore-issues
آدرس اینترنتی https://pypi.org/project/django-static-jquery3/
مجوز MIT
# django-static-jquery3 Django application contains jquery and jquery-plugins' static files. - Mostly we use jquery plugins, for django ships with jquery already. - We put many jquery plugins in this package, so that we will not use jquery's version from now on. - Remove django from requirements.txt. We still keep django's file structure, but we will NOT need anything about django. ## Install ```shell pip install django-static-jquery3 ``` ## Installed Plugins - jquery/plugins/jquery.cookie.js - jquery/plugins/jquery.utils.js ## Usage **pro/settings.py** ```python INSTALLED_APPS = [ ... "django_static_jquery3", ... ] ``` **app/template/app/index.html** ```html {% load static %} <script src="{% static "jquery/jquery.js" %}"></script> <script src="{% static "jquery/plugins/jquery.cookie.js" %}"></script> ``` ## Releases ### v5.1.0 2020/09/22 - Add jquery.jstree plugin. ### v5.0.0 2020/09/01 - Rename jquery3 folder to jquery. - Mostly we use jquery plugins, for django ships with jquery already. - We put many jquery plugins in this package, so that we will not use jquery's version from now on. - Remove django from requirements. We still keep django's file structure, but we will need anything about django. ### v3.4.1.1 2020/04/23 - Add jquery plugin: jquery.cookie. - Fix document. ### v3.4.1.0 2020/04/10 - Upgrade jquery to 3.4.1. ### v3.3.1.1 2018/03/27 - Upgrade jquery to 3.3.1. ## v3.2.1 2017/12/23 - First release with jquery 3.2.1.


نحوه نصب


نصب پکیج whl django-static-jquery3-5.1.0:

    pip install django-static-jquery3-5.1.0.whl


نصب پکیج tar.gz django-static-jquery3-5.1.0:

    pip install django-static-jquery3-5.1.0.tar.gz