Django application contain ace-builds(Ajax.org Cloud9 Editor) static files.
Project description
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
INSTALLED_APPS = [
...
"django_static_ace_builds",
...
]
app/template/app/index.html
{% load static %}
<script src="{% static "ace-builds/ace.js" %}"></script>
About releases
- The first three number is the same with ace-builds project's version.
- The fourth number is our release number, it's optional.
Releases
v1.4.12.0 2020/08/31
- First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-static-ace-builds-1.4.12.0.tar.gz
.
File metadata
- Download URL: django-static-ace-builds-1.4.12.0.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3895897a4643f254606cc78b33b4c76446a80e891c0c6f376c7814e20d050da |
|
MD5 | d9695648aea6b877e094eafc447e2969 |
|
BLAKE2b-256 | a5d8d5560c2206ecb99d09a5b0d21831cc727947fa40498babc5510fdaa6f14f |