Skip to content
Snippets Groups Projects
Unverified Commit ed451a38 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update instructions.

parent f0f08d03
No related branches found
Tags 1.0.3.post0
No related merge requests found
......@@ -14,6 +14,11 @@ In your settings:
::
INSTALLED_APPS = [
...,
'django_any_js',
...
]
ANY_JS = {
'DataTables': {
'js_url': '/javascript/jquery-datatables/dataTables.bootstrap4.min.js',
......@@ -25,5 +30,6 @@ In your template:
::
{% load ... any_js %}
{% include_js "DataTables" %}
{% include_css "DataTables" %}
......@@ -5,7 +5,7 @@ MYDIR = os.path.dirname(__file__)
setup(
name='django-any-js',
version='1.0.3',
version='1.0.3.post0',
keywords=['django', 'javascript'],
description='Include JavaScript libraries with readable template tags',
long_description=open(os.path.join(MYDIR, "README.rst"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment