django-static-jquery3


Namedjango-static-jquery3 JSON
Version 6.3.7.2 PyPI version JSON
download
home_pageNone
SummaryDjango application contain jquery3 static files.
upload_time2025-10-21 13:31:07
maintainerrRR0VrFP
docs_urlNone
authorrRR0VrFP
requires_pythonNone
licenseMIT
keywords django-static-jquery3 jquery jquery plugins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

## jQuery License

- All resource files of jquery are unzip from jquery-xxx.zip which download from https://github.com/jquery/jquery/ without any changes.
- All resource files of jquery obey jQuery License, see details at https://github.com/jquery/jquery/blob/main/LICENSE.txt.
- We don't guarantee the latest jQuery version.

## jQuery Plugins Licenses

- Plugins may NOT a part of jquery.
- Plugins obey their own licenses.

## Install

```shell
pip install django-static-jquery3
```

## Installed Plugins

- jquery/plugins/jquery.cookie.js
- jquery/plugins/jquery.parseQuery.js
- jquery/plugins/jquery.utils.js
- jquery/plugins/jquery.jstree/jstree.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>
<script src="{% static "jquery/plugins/jquery.parseQuery.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.utils.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.cookie.js" %}"></script>
```

## About releases

- The first number is our release number.
- The other three numbers are the same with jquery's release version.

## Releases

## v6.3.7.2

- Doc update.

### v6.3.7.1

- Add jquery.parseQuery plugin.

### v5.3.7.1

- Upgrade jquery to v3.7.1.

### v5.1.0

- Add jquery.jstree plugin.

### v5.0.0

- 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

- Add jquery plugin: jquery.cookie.
- Fix document.

### v3.4.1.0

- Upgrade jquery to 3.4.1.

### v3.3.1.1

- Upgrade jquery to 3.3.1.

## v3.2.1

- First release with jquery 3.2.1.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-static-jquery3",
    "maintainer": "rRR0VrFP",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django-static-jquery3, jquery, jquery plugins",
    "author": "rRR0VrFP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/30/ce/9dfb7fd802486bc88cb9ae3fa3eb3a3b08303c4a6190f6e067d39a46938e/django_static_jquery3-6.3.7.2.tar.gz",
    "platform": null,
    "description": "# django-static-jquery3\n\n\nDjango application contains jquery and jquery-plugins' static files.\n\n- Mostly we use jquery plugins, for django ships with jquery already. \n- We put many jquery plugins in this package, so that we will not use jquery's version from now on.\n- Remove django from requirements.txt. We still keep django's file structure, but we will NOT need anything about django.\n\n## jQuery License\n\n- All resource files of jquery are unzip from jquery-xxx.zip which download from https://github.com/jquery/jquery/ without any changes.\n- All resource files of jquery obey jQuery License, see details at https://github.com/jquery/jquery/blob/main/LICENSE.txt.\n- We don't guarantee the latest jQuery version.\n\n## jQuery Plugins Licenses\n\n- Plugins may NOT a part of jquery.\n- Plugins obey their own licenses.\n\n## Install\n\n```shell\npip install django-static-jquery3\n```\n\n## Installed Plugins\n\n- jquery/plugins/jquery.cookie.js\n- jquery/plugins/jquery.parseQuery.js\n- jquery/plugins/jquery.utils.js\n- jquery/plugins/jquery.jstree/jstree.js\n\n## Usage\n\n*pro/settings.py*\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_static_jquery3\",\n    ...\n]\n```\n\n*app/template/app/index.html*\n\n```html\n{% load static %}\n\n<script src=\"{% static \"jquery/jquery.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.cookie.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.parseQuery.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.utils.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.cookie.js\" %}\"></script>\n```\n\n## About releases\n\n- The first number is our release number.\n- The other three numbers are the same with jquery's release version.\n\n## Releases\n\n## v6.3.7.2\n\n- Doc update.\n\n### v6.3.7.1\n\n- Add jquery.parseQuery plugin.\n\n### v5.3.7.1\n\n- Upgrade jquery to v3.7.1.\n\n### v5.1.0\n\n- Add jquery.jstree plugin.\n\n### v5.0.0\n\n- Rename jquery3 folder to jquery.\n- Mostly we use jquery plugins, for django ships with jquery already. \n- We put many jquery plugins in this package, so that we will not use jquery's version from now on.\n- Remove django from requirements. We still keep django's file structure, but we will need anything about django.\n\n### v3.4.1.1\n\n- Add jquery plugin: jquery.cookie.\n- Fix document.\n\n### v3.4.1.0\n\n- Upgrade jquery to 3.4.1.\n\n### v3.3.1.1\n\n- Upgrade jquery to 3.3.1.\n\n## v3.2.1\n\n- First release with jquery 3.2.1.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application contain jquery3 static files.",
    "version": "6.3.7.2",
    "project_urls": null,
    "split_keywords": [
        "django-static-jquery3",
        " jquery",
        " jquery plugins"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "beeed87dd086abf784eacdfe0dea9883deb6d2bf469306aa7ab0419b1b2cac29",
                "md5": "5bcddc41e74053e210cd1a13866a3d11",
                "sha256": "db4308ec40ef265224e1d3fd110e577cabef812f7e2166386d893f7e11accaec"
            },
            "downloads": -1,
            "filename": "django_static_jquery3-6.3.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5bcddc41e74053e210cd1a13866a3d11",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 453561,
            "upload_time": "2025-10-21T13:31:04",
            "upload_time_iso_8601": "2025-10-21T13:31:04.342951Z",
            "url": "https://files.pythonhosted.org/packages/be/ee/d87dd086abf784eacdfe0dea9883deb6d2bf469306aa7ab0419b1b2cac29/django_static_jquery3-6.3.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30ce9dfb7fd802486bc88cb9ae3fa3eb3a3b08303c4a6190f6e067d39a46938e",
                "md5": "a484462ca06f9ca867b6846d3b07b615",
                "sha256": "45524cf4bf6b76447d8496efcfd5796dd221652d781fa6bfa11323aba9c15fd1"
            },
            "downloads": -1,
            "filename": "django_static_jquery3-6.3.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a484462ca06f9ca867b6846d3b07b615",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 443895,
            "upload_time": "2025-10-21T13:31:07",
            "upload_time_iso_8601": "2025-10-21T13:31:07.272419Z",
            "url": "https://files.pythonhosted.org/packages/30/ce/9dfb7fd802486bc88cb9ae3fa3eb3a3b08303c4a6190f6e067d39a46938e/django_static_jquery3-6.3.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-21 13:31:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-static-jquery3"
}
        
Elapsed time: 3.12996s