A simple Django app to develope and deploy a Progressive Web Application (PWA).
Project description
PWA is a simple Django app to develope and deploy a Progressive Web Application.
Detailed documentation is in the “docs” directory.
Quick start
Add “pwa” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'pwa', ]
Include the pwa URLconf in your project urls.py like this:
path('', include('pwa.urls')),
Run python manage.py collectstatic to get the PWA static files.
Load pwa & its meta files in index HTML file like as:
{% load pwa %} {% pwa_meta_data %} {% pwa_meta_script %}
Start the development server on HTTPS or localhost to see installable app.
github: https://github.com/nimaes80/django-simple-pwa
documents: https://django-simple-pwa.readthedocs.io/fa/latest/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_simple_pwa-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e42da29034f1280197a6c5c77724844dbde865ad6feb8afaa09155ac2918064 |
|
MD5 | c374f6cd4bce80efadb671b1f011c847 |
|
BLAKE2b-256 | c471a90dfad1ae81ead99cbd73824173032a1fc31c6fdb7ef40dc9c63f11816d |