diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c907f7..f11ab06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,5 @@ - Unit tests - Add Oritentation on manifest.json - Add tox + - Add Coverage \ No newline at end of file diff --git a/README.md b/README.md index 3e8a0f6..193739a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ django-pwa ===== [![Build Status](https://travis-ci.org/silviolleite/django-pwa.svg)](https://travis-ci.org/silviolleite/django-pwa) [![Maintainability](https://api.codeclimate.com/v1/badges/246542ea921058c4f76f/maintainability)](https://codeclimate.com/github/silviolleite/django-pwa/maintainability) -[![codecov](https://codecov.io/gh/silviolleite/django-pwa/branch/master/graph/badge.svg)](https://codecov.io/gh/silviolleite/django-pwa)[![PyPI version](https://badge.fury.io/py/django-pwa.svg)](https://badge.fury.io/py/django-pwa) +[![codecov](https://codecov.io/gh/silviolleite/django-pwa/branch/master/graph/badge.svg)](https://codecov.io/gh/silviolleite/django-pwa) +[![PyPI - Downloads](https://img.shields.io/pypi/dd/django-pwa.svg)](https://pypi.org/project/django-pwa/) +[![PyPI - Downloads](https://img.shields.io/pypi/v/django-pwa.svg)](https://pypi.org/project/django-pwa) This Django app turns your project into a [progressive web app](https://developers.google.com/web/progressive-web-apps/). Navigating to your site on an Android phone will prompt you to add the app to your home screen. diff --git a/pwa/app_settings.py b/pwa/app_settings.py index 3f846b8..90f485c 100644 --- a/pwa/app_settings.py +++ b/pwa/app_settings.py @@ -1,4 +1,4 @@ -""" Settings required by django-progressive-web-app. """ +""" Settings required by django-app. """ from django.conf import settings import os