add iot app store demo (#96)

This commit is contained in:
luhanzhl
2019-08-14 10:37:39 +08:00
committed by Wang Xin
parent 51ac31eaa1
commit 2f10027447
51 changed files with 3020 additions and 0 deletions

View File

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