Skip to main content

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

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

Releases

v1.4.12.0 2020/08/31

  • First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-static-ace-builds-1.4.12.0.tar.gz (2.1 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page