Skip to main content

Include JavaScript libraries with readable template tags

Project description

Description

Django-Any-JS helps you at including any combination of JavaScript/CSS URLs in your site, with readable settings and template tags.

Usage

In your settings:

ANY_JS = {
          'DataTables': {
                         'js_url': '/javascript/jquery-datatables/dataTables.bootstrap4.min.js',
                         'css_url': '/javascript/jquery-datatables/css/dataTables.bootstrap4.min.css'
                        }
         }

In your template:

{% include_js "DataTables" %}
{% include_css "DataTables" %}

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-any-js-1.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file django-any-js-1.0.1.tar.gz.

File metadata

  • Download URL: django-any-js-1.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for django-any-js-1.0.1.tar.gz
Algorithm Hash digest
SHA256 69b1a16ac92437948ba46d35675d01b8c5a22787ded393139e2f4866a01f0a74
MD5 78f5ecb2cfc9513965a9feb37ee81195
BLAKE2b-256 a18924a41753f85e35a58379f5740e8dc59bb226824652feb3215488d42e6597

See more details on using hashes here.

Provenance

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