Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 508 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 508 Bytes

DjangoPWA

Django progressive web app demo

Description:

This is simple news feed web application, which fetches news from MySQL database and displays to user. It is available to user even in offline mode due to progressive web app behaviour.

Refer Medium article on how to convert django website to progresive web app:

Convert Django Website to a Progressive Web App Part 1