Skip to main content

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’,

]

  1. Include the polls URLconf in your project urls.py like this

urlpatterns = [

path(‘’,include(‘pwa.urls’)),

]

  1. Place the static folder in your main project directory

Project details


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 hashes)

Uploaded Source

Built Distribution

django_smart_pwa-1.1.1-py3-none-any.whl (93.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page