• Stars
    star
    117
  • Rank 300,641 (Top 6 %)
  • Language
    CoffeeScript
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Drop-in turbolinks implementation for Django

django-turbolinks Build Status

Drop-in turbolinks implementation for Django

Installation

$ pip install django-turbolinks

Configuration

  1. Add turbolinks.middleware.TurbolinksMiddleware after django.contrib.sessions.middleware.SessionMiddleware 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.