Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-simple-pwa

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-simple-pwa

A simple Django app to develope and deploy a Progressive Web Application (PWA).

  • 2.2.1
  • PyPI
  • Socket score

Maintainers
1

===== PWA

PWA

PWA is a simple Django app to develope and deploy a Progressive Web Application.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "pwa" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'pwa', ]

  2. Include the pwa URLconf in your project urls.py like this::

    path('', include('pwa.urls')),

  3. Run python manage.py collectstatic to get the PWA static files.

  4. Load pwa & its meta files in index HTML file like as::

    {% load pwa %} {% pwa_meta_data %} {% pwa_meta_script %}

  5. 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/

pypi: https://pypi.org/project/django-simple-pwa/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc