django-static-ace-builds


Namedjango-static-ace-builds JSON
Version 1.5.0.0 PyPI version JSON
download
home_page
SummaryDjango application contain ace-builds(Ajax.org Cloud9 Editor) static files.
upload_time2023-09-12 04:33:56
maintainerJiang Jie
docs_urlNone
authorJiang Jie
requires_python
licenseMIT
keywords django-static-ace-builds
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-static-ace-builds

Django application contain ace-builds(Ajax.org Cloud9 Editor) static files. See details about the static resources at https://ace.c9.io/.

## Install

```
pip install django-static-ace-builds
```

## Usage

**pro/settings.py**

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

**app/template/app/index.html**

```html
{% load static %}

<script src="{% static "ace-builds/ace.js" %}"></script>
```

## About releases

1. The first three number is the same with ace-builds project's version.
1. The fourth number is our release number, it's optional.

## Releases

### v1.4.12.0 2020/08/31

- First release.

### v1.5.0.0 2023/09/12

- Upgrade to ace-build v1.5.0.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-static-ace-builds",
    "maintainer": "Jiang Jie",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "jiangjie@zencore.cn",
    "keywords": "django-static-ace-builds",
    "author": "Jiang Jie",
    "author_email": "jiangjie@zencore.cn",
    "download_url": "https://files.pythonhosted.org/packages/c1/55/fc2a8a7537a406279d38ff19e2fec5de6db771ce47b9b22cc68e5b65c931/django-static-ace-builds-1.5.0.0.tar.gz",
    "platform": null,
    "description": "# django-static-ace-builds\n\nDjango application contain ace-builds(Ajax.org Cloud9 Editor) static files. See details about the static resources at https://ace.c9.io/.\n\n## Install\n\n```\npip install django-static-ace-builds\n```\n\n## Usage\n\n**pro/settings.py**\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_static_ace_builds\",\n    ...\n]\n```\n\n**app/template/app/index.html**\n\n```html\n{% load static %}\n\n<script src=\"{% static \"ace-builds/ace.js\" %}\"></script>\n```\n\n## About releases\n\n1. The first three number is the same with ace-builds project's version.\n1. The fourth number is our release number, it's optional.\n\n## Releases\n\n### v1.4.12.0 2020/08/31\n\n- First release.\n\n### v1.5.0.0 2023/09/12\n\n- Upgrade to ace-build v1.5.0.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django application contain ace-builds(Ajax.org Cloud9 Editor) static files.",
    "version": "1.5.0.0",
    "project_urls": null,
    "split_keywords": [
        "django-static-ace-builds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb44681911fdaf56694b65e4d9a4195ba91fb898e40eb335b31bf39d80104d2",
                "md5": "502ac4bd7cd99a2a58361964bef78c8a",
                "sha256": "d25d4501d2d6b3a078194ce6c7bf0bd0580b5451205cbe776468670cc407a114"
            },
            "downloads": -1,
            "filename": "django_static_ace_builds-1.5.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "502ac4bd7cd99a2a58361964bef78c8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2478551,
            "upload_time": "2023-09-12T04:33:53",
            "upload_time_iso_8601": "2023-09-12T04:33:53.150441Z",
            "url": "https://files.pythonhosted.org/packages/cb/b4/4681911fdaf56694b65e4d9a4195ba91fb898e40eb335b31bf39d80104d2/django_static_ace_builds-1.5.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c155fc2a8a7537a406279d38ff19e2fec5de6db771ce47b9b22cc68e5b65c931",
                "md5": "d7a9f50af108a3e2673c2d6c877f3d27",
                "sha256": "799dc280ebcb2526fa84259df48143dcc86cf3d0d40efa5feec1c88adaf462db"
            },
            "downloads": -1,
            "filename": "django-static-ace-builds-1.5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d7a9f50af108a3e2673c2d6c877f3d27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2132491,
            "upload_time": "2023-09-12T04:33:56",
            "upload_time_iso_8601": "2023-09-12T04:33:56.817644Z",
            "url": "https://files.pythonhosted.org/packages/c1/55/fc2a8a7537a406279d38ff19e2fec5de6db771ce47b9b22cc68e5b65c931/django-static-ace-builds-1.5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 04:33:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-static-ace-builds"
}
        
Elapsed time: 0.25159s