Included the default serviceworker, updated the manifest, Add the default offline page, updated the unit test, Redme

This commit is contained in:
Silvio Leite
2018-11-30 20:33:20 -02:00
parent 73151d2585
commit 79c6963219
25 changed files with 252 additions and 33 deletions

View File

@@ -1,5 +1,7 @@
[tox]
envlist = py36-django{20}
envlist =
py36-django{20}
py36-django{21}
[testenv]
commands = python runtests.py
@@ -7,4 +9,6 @@ setenv =
DJANGO_SETTINGS_MODULE=tests.settings
PYTHONPATH={toxinidir}
basepython = py36: python3.6
deps = django20: Django==2.0
deps =
django20: Django==2.0
django21: Django==2.1