Skip to main content

Posts

Showing posts from January, 2019

How to install Django web server in Pyhton.

Hello IoTIAN in this video we will setup Django web server in python on the virtual environment using virtualenvwrapper-win library or Django library. So creating Django server you can send any type of data like sensor data and visualize this with the different way using python. There are only three steps to complete it: 1.     Install virtual environment: In python for installing virtualenvironment you have to use pip install virtualenvwrapper-win command to download it. After that, you can create a virtual environment in it on which you want to work. 2.     Install Django: For installing Django in python there is simple command pip install Django After installing you can check it that Django is installed or not? For this, you have to use py –m Django –version 3.     The run server on localhost after completing full setup your server is starting at localhost. For more please see the video and if you have any problem please comment. Thank You!