add iot app store demo (#96)
This commit is contained in:
5
test-tools/IoT-APP-Store-Demo/wasm_django/devices/apps.py
Executable file
5
test-tools/IoT-APP-Store-Demo/wasm_django/devices/apps.py
Executable file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DevicesConfig(AppConfig):
|
||||
name = 'devices'
|
||||
Reference in New Issue
Block a user