django-static-ionicons


Namedjango-static-ionicons JSON
Version 2.0.1.5 PyPI version JSON
download
home_pageNone
SummaryDjango application contain ionicons static files.
upload_time2024-05-12 12:43:37
maintainerChen ZhiXing
docs_urlNone
authorChen ZhiXing
requires_pythonNone
licenseMIT
keywords django-static-ionicons
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-static-ionicons


Django application contain ionicons static files


## Install


```
pip install django-static-ionicons
```

## Settings

```
INSTALLED_APPS = [
    ...
    "django_static_ionicons",
    ...
]
```

## Usage

*app/templates/demo.html*

```django
{% load staticfiles %}

<link rel="stylesheet" type="text/css" href="{% static "ionicons/css/ionicons.css" %}">
```

## Releases

### v2.0.1

- First release.

### v2.0.1.1

- Repackage.

### v2.0.1.2

- Add demo page.

### v2.0.1.3

- No depends on django.
- Turn to the package as a pure static wrapper package.

### v2.0.1.4

- Doc update.

### v2.0.1.5

- Doc update.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-static-ionicons",
    "maintainer": "Chen ZhiXing",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django-static-ionicons",
    "author": "Chen ZhiXing",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/21/c4/971899d2b97b128c8d6bc4414466bf7139d696b51cbd710c84aa6bcdd5df/django-static-ionicons-2.0.1.5.tar.gz",
    "platform": null,
    "description": "# django-static-ionicons\n\n\nDjango application contain ionicons static files\n\n\n## Install\n\n\n```\npip install django-static-ionicons\n```\n\n## Settings\n\n```\nINSTALLED_APPS = [\n    ...\n    \"django_static_ionicons\",\n    ...\n]\n```\n\n## Usage\n\n*app/templates/demo.html*\n\n```django\n{% load staticfiles %}\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{% static \"ionicons/css/ionicons.css\" %}\">\n```\n\n## Releases\n\n### v2.0.1\n\n- First release.\n\n### v2.0.1.1\n\n- Repackage.\n\n### v2.0.1.2\n\n- Add demo page.\n\n### v2.0.1.3\n\n- No depends on django.\n- Turn to the package as a pure static wrapper package.\n\n### v2.0.1.4\n\n- Doc update.\n\n### v2.0.1.5\n\n- Doc update.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application contain ionicons static files.",
    "version": "2.0.1.5",
    "project_urls": null,
    "split_keywords": [
        "django-static-ionicons"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edf39e31970b10e6af4cb95f10fc2ac24a6c59320485e76fa73c786efc4c4cf8",
                "md5": "d510dfa0a06dde11960bca891c12fcbf",
                "sha256": "a031dcddc2953601ce11efec7eafae8409ce4a384eec2ae5350bc11fdb3e671e"
            },
            "downloads": -1,
            "filename": "django_static_ionicons-2.0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d510dfa0a06dde11960bca891c12fcbf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 369901,
            "upload_time": "2024-05-12T12:43:35",
            "upload_time_iso_8601": "2024-05-12T12:43:35.242511Z",
            "url": "https://files.pythonhosted.org/packages/ed/f3/9e31970b10e6af4cb95f10fc2ac24a6c59320485e76fa73c786efc4c4cf8/django_static_ionicons-2.0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21c4971899d2b97b128c8d6bc4414466bf7139d696b51cbd710c84aa6bcdd5df",
                "md5": "947f840beaf7d297c62787727d0037a1",
                "sha256": "5a7714ae879fd6b3b64aaca08a95f78410106b02d9fdba860df37d24a0b2236f"
            },
            "downloads": -1,
            "filename": "django-static-ionicons-2.0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "947f840beaf7d297c62787727d0037a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 370651,
            "upload_time": "2024-05-12T12:43:37",
            "upload_time_iso_8601": "2024-05-12T12:43:37.385735Z",
            "url": "https://files.pythonhosted.org/packages/21/c4/971899d2b97b128c8d6bc4414466bf7139d696b51cbd710c84aa6bcdd5df/django-static-ionicons-2.0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 12:43:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-static-ionicons"
}
        
Elapsed time: 0.22356s