django-static-dm-file-uploader


Namedjango-static-dm-file-uploader JSON
Version 1.0.2.3 PyPI version JSON
download
home_pageNone
SummaryDjango application contain jquery-uploader static files.
upload_time2024-05-27 21:32:54
maintainerYan MengYong
docs_urlNone
authorYan MengYong
requires_pythonNone
licenseMIT
keywords django static extentions django static dm-file-uploader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-static-dm-file-uploader

Django application contains jquery dm-file-uploader plugin.

## Install

```shell
pip install django-static-dm-file-uploader
```

## Usage

*pro/settings.py*

```python
INSTALLED_APPS = [
    ...
    "django_static_dm_file_uploader",
    ...
]

```

*app/templates/view.html*

```django
{% load static %}

{% block header %}

<link rel="stylesheet" type="text/css" href="{% static "dm_file_uploader/css/jquery.dm-uploader.min.css" %}">
<script src="{% static "admin/js/vendor/jquery/jquery.js" %}"></script>
<script src="{% static "dm_file_uploader/js/jquery.dm-uploader.min.js" %}"></script>
<script src="{% static "admin/js/jquery.init.js" %}"></script>

{% endblock %}

```

## 开源协议

所有静态文件下载自:`https://github.com/danielm/uploader`。开源协议详见:`https://github.com/danielm/uploader/blob/master/LICENSE.txt`。

## Releases

### 1.0.2.2

- First release.

### 1.0.2.3

- Fix app name problem.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-static-dm-file-uploader",
    "maintainer": "Yan MengYong",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django static extentions, django static dm-file-uploader",
    "author": "Yan MengYong",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7c/bf/363e0919877d77f4de59f8946caf47c1008f4d4d5676c581b26cc690dca8/django-static-dm-file-uploader-1.0.2.3.tar.gz",
    "platform": null,
    "description": "# django-static-dm-file-uploader\n\nDjango application contains jquery dm-file-uploader plugin.\n\n## Install\n\n```shell\npip install django-static-dm-file-uploader\n```\n\n## Usage\n\n*pro/settings.py*\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_static_dm_file_uploader\",\n    ...\n]\n\n```\n\n*app/templates/view.html*\n\n```django\n{% load static %}\n\n{% block header %}\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{% static \"dm_file_uploader/css/jquery.dm-uploader.min.css\" %}\">\n<script src=\"{% static \"admin/js/vendor/jquery/jquery.js\" %}\"></script>\n<script src=\"{% static \"dm_file_uploader/js/jquery.dm-uploader.min.js\" %}\"></script>\n<script src=\"{% static \"admin/js/jquery.init.js\" %}\"></script>\n\n{% endblock %}\n\n```\n\n## \u5f00\u6e90\u534f\u8bae\n\n\u6240\u6709\u9759\u6001\u6587\u4ef6\u4e0b\u8f7d\u81ea\uff1a`https://github.com/danielm/uploader`\u3002\u5f00\u6e90\u534f\u8bae\u8be6\u89c1\uff1a`https://github.com/danielm/uploader/blob/master/LICENSE.txt`\u3002\n\n## Releases\n\n### 1.0.2.2\n\n- First release.\n\n### 1.0.2.3\n\n- Fix app name problem.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application contain jquery-uploader static files.",
    "version": "1.0.2.3",
    "project_urls": null,
    "split_keywords": [
        "django static extentions",
        " django static dm-file-uploader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6d44407894ae8382c0d1900ad23aa850f476026fbe01cc865cac28fb2969aed",
                "md5": "f79abf00e6a435fc4a8e0837ac9c82dd",
                "sha256": "6bd4b45579b0ab1848fa3a225744d2c3a3bd8a9605fb3dcfaa18a72b03fecde2"
            },
            "downloads": -1,
            "filename": "django_static_dm_file_uploader-1.0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f79abf00e6a435fc4a8e0837ac9c82dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10397,
            "upload_time": "2024-05-27T21:32:52",
            "upload_time_iso_8601": "2024-05-27T21:32:52.884391Z",
            "url": "https://files.pythonhosted.org/packages/a6/d4/4407894ae8382c0d1900ad23aa850f476026fbe01cc865cac28fb2969aed/django_static_dm_file_uploader-1.0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cbf363e0919877d77f4de59f8946caf47c1008f4d4d5676c581b26cc690dca8",
                "md5": "bcff0ae151fa3d01a76a2f5cb9f976b0",
                "sha256": "0942d97875952f9bb2cf36ce710b07a7074381578942d56d8345914ecc095548"
            },
            "downloads": -1,
            "filename": "django-static-dm-file-uploader-1.0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bcff0ae151fa3d01a76a2f5cb9f976b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8719,
            "upload_time": "2024-05-27T21:32:54",
            "upload_time_iso_8601": "2024-05-27T21:32:54.119645Z",
            "url": "https://files.pythonhosted.org/packages/7c/bf/363e0919877d77f4de59f8946caf47c1008f4d4d5676c581b26cc690dca8/django-static-dm-file-uploader-1.0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 21:32:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-static-dm-file-uploader"
}
        
Elapsed time: 4.20164s