Skip to content

keithgg/django.js

Repository files navigation

NOTES

This is a unmaintained fork of https://github.com/noirbizarre/django.js/

It contains work from https://github.com/pcompassion/django.js commit 79fe23c4c198c922f05f0d01c9ed16c0960a942e with fixes for Django3 and Py3 compatibility. Installation ============

Add djangojs to your settings.INSTALLED_APPS.

Add djangojs.urls to your root URL_CONF:

urlpatterns = patterns('',
    ...
    url(r'^djangojs/', include('djangojs.urls')),
    ...
)

Documentation

The documentation is hosted on Read the Docs

About

Javascript tools for Django

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.7%
  • Python 18.4%
  • CSS 5.8%
  • Other 1.1%