Skip to content

sdistefano/django-turbolinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Drop-in turbolinks implementation for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published