django progressive web application
Project description
Django pwa can convert your project into a progressive web application within seconds. Just install the package add into INSTALLED_APPS and add urlpatterns and you are done.
Quickstart
1.Add pwa to your INSTALLED_APPS settings like this:
INSTALLED_APPS = [
……, ‘pwa’,
]
Include the polls URLconf in your project urls.py like this
urlpatterns = [
path(‘’,include(‘pwa.urls’)),
]
Place the static folder in your main project directory
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
django-smart-pwa-1.1.1.tar.gz
(84.3 kB
view details)
Built Distribution
File details
Details for the file django-smart-pwa-1.1.1.tar.gz
.
File metadata
- Download URL: django-smart-pwa-1.1.1.tar.gz
- Upload date:
- Size: 84.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 211db4737815da9cb946e6c49ce04a851ed95421062ed7fb07ae6038c0e27a0f |
|
MD5 | 99b9cc394643c7ae7f31c16f3217389d |
|
BLAKE2b-256 | 4e1b946a68697cf66b673bfd8fc0d411898107c7812e651ee5fbc90855bb8376 |
Provenance
File details
Details for the file django_smart_pwa-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: django_smart_pwa-1.1.1-py3-none-any.whl
- Upload date:
- Size: 93.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6f3f03d1cff83a5875456d579d378ea1080d20110d12ab8433d7e2cbccf6b43 |
|
MD5 | b1a37cd22751b98210f92de715aa1c00 |
|
BLAKE2b-256 | c121e9de987b35981da00064f970c446051da8fd20dd74f4e89bca3452fadb65 |