What is Django Django is Python based web framework which allow you to create web application without all of the installation or dependency problems that you normally will find with other framework. It is based on MVT (Model View Template) design pattern. The Django is very demanding due to its rapid development feature. It takes … Continue reading Django Introduction