Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 388 Bytes

django-turbolinks

Installation

$ pip install django-turbolinks

Configuration

  1. Add turbolinks.middleware.TurbolinksMiddleware anywhere to your MIDDLEWARE_CLASSES setting.
  2. Add turbolinks to your INSTALLED_APPS setting.
  3. Run ./manage.py collectstatic
  4. Include /static/turbolinks/turbolinks.js script in your base template.