Simple Django app with the django-pwa demo.
Install the dependencies from requirements.txt
:
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver
I welcome your feedback and pull requests. Enjoy!
All files in this repository are distributed under the MIT license.