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

@@ -33,4 +33,6 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'mydatabase',
}
}
}
STATIC_URL = '/static/'