0

I have some views that require internet to work.I want to restrict access to all my views if there is no internet connection when i run locally. How can i do this ?

ben75
  • 29,217
  • 10
  • 88
  • 134
Dhanya M
  • 81
  • 1
  • 1
  • 8

1 Answers1

0

You can try some django package to work with html5 offline capabilities: https://www.djangopackages.com/grids/g/offline/

HTML5 allows some offline features, never used it thought: http://diveintohtml5.info/offline.html

But it's what allows some Google Apps to work offline.

dfranca
  • 5,156
  • 2
  • 32
  • 60