Add coverage on changelog
This commit is contained in:
@@ -9,4 +9,5 @@
|
|||||||
- Unit tests
|
- Unit tests
|
||||||
- Add Oritentation on manifest.json
|
- Add Oritentation on manifest.json
|
||||||
- Add tox
|
- Add tox
|
||||||
|
- Add Coverage
|
||||||
|
|
||||||
@@ -2,7 +2,9 @@ django-pwa
|
|||||||
=====
|
=====
|
||||||
[](https://travis-ci.org/silviolleite/django-pwa)
|
[](https://travis-ci.org/silviolleite/django-pwa)
|
||||||
[](https://codeclimate.com/github/silviolleite/django-pwa/maintainability)
|
[](https://codeclimate.com/github/silviolleite/django-pwa/maintainability)
|
||||||
[](https://codecov.io/gh/silviolleite/django-pwa)[](https://badge.fury.io/py/django-pwa)
|
[](https://codecov.io/gh/silviolleite/django-pwa)
|
||||||
|
[](https://pypi.org/project/django-pwa/)
|
||||||
|
[](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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
""" Settings required by django-progressive-web-app. """
|
""" Settings required by django-app. """
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user