Initial revision.

This commit is contained in:
Scott
2017-02-04 22:20:40 -07:00
commit a66325af7b
19 changed files with 284 additions and 0 deletions

5
pwa/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class PwaConfig(AppConfig):
name = 'pwa'