Other

“Introduction:In this project we are going to switch on the home appliance from remote location using web services. In this we are going to use one raspberry pi interfacing with 4 bulb using relay module with low level trigger …
Django is a Python-based free and open-source web framework, which follows the model-template-view (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established as a 501(c)(3) non-profit. Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. Python is used throughout, even for settings files and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
See alsoPython
“Introduction:In this project we are going to switch on the home appliance from remote location using web services. In this we are going to use one raspberry pi interfacing with 4 bulb using relay module with low level trigger …