File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Project under development. Apis can change often until stable.
1616
1717PyPI
1818```
19- pip install djangoiot
19+ pip install iotcore
2020```
2121
22- Then add djangoiot to the django apps as below in the settings.py file of your project
22+ Then add iotcore to the django apps as below in the settings.py file of your project
2323``` python
2424INSTALLED_APPS = [
2525 " Other Apps here" ,
@@ -66,7 +66,7 @@ Use mage for development
6666mage
6767Targets:
6868 bootstrap project
69- build djangoiot
69+ build iotcore
7070 clean the builds
7171 dev Clean, Build and Install dev version
7272 run development django project
@@ -76,8 +76,8 @@ Targets:
7676
7777## Contribute
7878
79- - Issue Tracker: github.com/tomvictor/djangoiot /issues
80- - Source Code: github.com/tomvictor/djangoiot
79+ - Issue Tracker: github.com/tomvictor/iotcore /issues
80+ - Source Code: github.com/tomvictor/iotcore
8181
8282## Support
8383
You can’t perform that action at this time.
0 commit comments