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
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ In your settings: ...@@ -14,6 +14,11 @@ In your settings:
:: ::
INSTALLED_APPS = [
...,
'django_any_js',
...
]
ANY_JS = { ANY_JS = {
'DataTables': { 'DataTables': {
'js_url': '/javascript/jquery-datatables/dataTables.bootstrap4.min.js', 'js_url': '/javascript/jquery-datatables/dataTables.bootstrap4.min.js',
...@@ -25,5 +30,6 @@ In your template: ...@@ -25,5 +30,6 @@ In your template:
:: ::
{% load ... any_js %}
{% include_js "DataTables" %} {% include_js "DataTables" %}
{% include_css "DataTables" %} {% include_css "DataTables" %}
...@@ -5,7 +5,7 @@ MYDIR = os.path.dirname(__file__) ...@@ -5,7 +5,7 @@ MYDIR = os.path.dirname(__file__)
setup( setup(
name='django-any-js', name='django-any-js',
version='1.0.3', version='1.0.3.post0',
keywords=['django', 'javascript'], keywords=['django', 'javascript'],
description='Include JavaScript libraries with readable template tags', description='Include JavaScript libraries with readable template tags',
long_description=open(os.path.join(MYDIR, "README.rst"), 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