Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 461 Bytes

django-pwa Demo

Simple Django app with the django-pwa demo.

Installation

Install the dependencies from requirements.txt:

pip install -r requirements.txt

Run

python3 manage.py migrate
python3 manage.py runserver

Feedback

I welcome your feedback and pull requests. Enjoy!

License

All files in this repository are distributed under the MIT license.