A basic empty project template for a Django-based progressive web application.
Uses the django-pwa package available at https://github.com/silviolleite/django-pwa for the 'progressive' part.
Contains:
I. an "api" app that uses Django REST Framework to serialize data from a MySQL database.
II. a "mobile" app that serves a single html template to consume data from the REST API.
III. a "pages" app with a single landing page.
IV. The usual Django infrastructure.