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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-simple-pwa-2.2.1.tar.gz.
File metadata
- Download URL: django-simple-pwa-2.2.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fad4ba9328777777acba180081522dc8e8373f66a3328a7500bdbe4ac78ff114
|
|
| MD5 |
92f9480a42bdba368ff1414ed6ab2d8b
|
|
| BLAKE2b-256 |
145f143c8fd5fa51b123cf51e240ae7ed6c788c5888a8b9831259dc5d0c15b33
|
File details
Details for the file django_simple_pwa-2.2.1-py3-none-any.whl.
File metadata
- Download URL: django_simple_pwa-2.2.1-py3-none-any.whl
- Upload date:
- Size: 363.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e42da29034f1280197a6c5c77724844dbde865ad6feb8afaa09155ac2918064
|
|
| MD5 |
c374f6cd4bce80efadb671b1f011c847
|
|
| BLAKE2b-256 |
c471a90dfad1ae81ead99cbd73824173032a1fc31c6fdb7ef40dc9c63f11816d
|