Update README.md

This commit is contained in:
Scott Vitale
2017-02-14 15:02:41 -07:00
committed by GitHub
parent 4ac0594fcd
commit 23232661e0

View File

@@ -45,6 +45,8 @@ PWA_APP_ICONS = [
] ]
``` ```
All settings are optional, and the app will work fine with its internal defaults. Highly recommend setting at least `PWA_APP_NAME` and `PWA_APP_DESCRIPTION`.
Add the progressive web app URLs to urls.py: Add the progressive web app URLs to urls.py:
```python ```python
from django.conf.urls import url, include from django.conf.urls import url, include