DJANGO-PWA-README.md
DJANGO-WEBPUSH-README.md
LICENSE
MANIFEST.in
README.md
setup.py
django_pwa_webpush.egg-info/PKG-INFO
django_pwa_webpush.egg-info/SOURCES.txt
django_pwa_webpush.egg-info/dependency_links.txt
django_pwa_webpush.egg-info/requires.txt
django_pwa_webpush.egg-info/top_level.txt
pwa_webpush/__init__.py
pwa_webpush/admin.py
pwa_webpush/app_settings.py
pwa_webpush/apps.py
pwa_webpush/custom_site_class.py
pwa_webpush/forms.py
pwa_webpush/models.py
pwa_webpush/urls.py
pwa_webpush/utils.py
pwa_webpush/views.py
pwa_webpush/migrations/0001_initial.py
pwa_webpush/migrations/__init__.py
pwa_webpush/static/css/django-pwa-app.css
pwa_webpush/static/fonts/bootstrap/glyphicons-halflings-regular.eot
pwa_webpush/static/fonts/bootstrap/glyphicons-halflings-regular.svg
pwa_webpush/static/fonts/bootstrap/glyphicons-halflings-regular.ttf
pwa_webpush/static/fonts/bootstrap/glyphicons-halflings-regular.woff
pwa_webpush/static/fonts/bootstrap/glyphicons-halflings-regular.woff2
pwa_webpush/static/images/icons/Thumbs.db
pwa_webpush/static/images/icons/icon-128x128.png
pwa_webpush/static/images/icons/icon-144x144.png
pwa_webpush/static/images/icons/icon-152x152.png
pwa_webpush/static/images/icons/icon-192x192.png
pwa_webpush/static/images/icons/icon-384x384.png
pwa_webpush/static/images/icons/icon-512x512.png
pwa_webpush/static/images/icons/icon-72x72.png
pwa_webpush/static/images/icons/icon-96x96.png
pwa_webpush/static/images/icons/splash-1125x2436.png
pwa_webpush/static/images/icons/splash-1242x2208.png
pwa_webpush/static/images/icons/splash-1242x2688.png
pwa_webpush/static/images/icons/splash-1536x2048.png
pwa_webpush/static/images/icons/splash-1668x2224.png
pwa_webpush/static/images/icons/splash-1668x2388.png
pwa_webpush/static/images/icons/splash-2048x2732.png
pwa_webpush/static/images/icons/splash-640x1136.png
pwa_webpush/static/images/icons/splash-750x1334.png
pwa_webpush/static/images/icons/splash-828x1792.png
pwa_webpush/static/webpush/webpush.js
pwa_webpush/templates/manifest.json
pwa_webpush/templates/offline.html
pwa_webpush/templates/pwa.html
pwa_webpush/templates/serviceworker.js
pwa_webpush/templates/webpush_button.html
pwa_webpush/templates/webpush_header.html
pwa_webpush/templatetags/__init__.py
pwa_webpush/templatetags/pwa_webpush.py
testpwa/__init__.py
testpwa/settings.py
testpwa/urls.py
testpwa/wsgi.py
tests/__init__.py
tests/settings.py
tests/test_settings_attr.py
tests/test_template_tag_meta.py
tests/test_view.py