Django Auto Refresh Chrome Extension

Django, page, server, refresh, autorefresh, app, requests, approach, source, project, browser, auto, live, development, files

Django Auto Refresh for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    32 +
  • Reviewed by :
    0 Chrome Users
  • Author Name:
    Hari Mahadevan
Django Auto Refresh chrome extension is Auto refreshes the browser page when Django development server reloads itself. Use with companion Django app: django-autorefresh..

Auto refreshes the browser page when django development server reloads itself. Use with companion django app: django-autorefresh..

django development server has the neat capability of reloading itself whenever the projects python source files are saved, ensuring that the latest version of the project is served at all times.

However, to see the changes in the browser, you need manually refresh the relevant page or resort to incorporating a Javascript such as live.js in our source which will keep sending head requests to the server to see if the page has changed and if it has reload the page.

The former approach obviously is repetitive and needlessly painful.

The latter approach works fine, but it results in additional requests to your server, something that you may be able to live with or if youre like me, you dont appreciate too much.

Django-autorefresh is a solution to address this.

To use, install this plugin and add the django app autorefresh to your INSTALLED_APPS.

Django app is available at https://github.com/harikvpy/django-autorefresh.

Django Auto Refresh is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/django-auto-refresh/fhiifaacndkcjndjhjacbcnkpdghpkdc

Django Auto Refresh Related Chrome Extensions