Skip to main content

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!



Comments

Popular posts from this blog

SANTA CLAUS' HAT USING PYTHON

Hello IoTIAN , In this video we create a SANTA Claus’ HAT using python in this we use turtle library for drawing the steps are following for creating Santa Hat.   Import TURTLE library       Import shapes file which already built        Import  RANDOM library        Give the name to your turtle pen        Set the speed of your pen        Choose background color        Draw a circle in which area you want to create a cap        Create a red color triangle        Set different circle with different radius and coordination to convert it into a cap    Hide the turtle using myPen.hideturtle() The Code in this give a link for the following Santa HAT          https://github.com/iotianinnovator/Python_Project         Comment if yo...

PRE-ORDER: IoT-A(Masterboard)

Beta Version of PRE-ORDER IoT-A(Masterboard) A single device solution to monitoring and automation:  Features: Convenient for data monitoring and handling. Compatible with major IoT device for remote control and automation. Completely Open Source Cost Effective. One masterboard for different IoT Application. Controllable by web and android both

IoT Projects

Smart Plant Irrigation IoT Smart Plant Irrigation Device Overview It's very useful in Home and for Environment. It’s automatically adjust the water schedule to actual condition of the site. You can also control this device from anywhere in the world using BLYNK app. Device Working It’s fully automated. it’s automatically schedule the water according to the moisture in soil.It’s an IoT device so it send live device data to your Smart Phone. You can also see the device data in csv form. You can control it from anywhere in the world. Applications Useful in agriculture and also for environment Save Plant Save Time. Demo Video