+ 1
What is Django?
explain django in python..
5 odpowiedzi
+ 4
It's an open source framework to facilitate web development in Python. This uses a working methodology Model - View - Template, and basically everything I say can be found on its website explained in a simple way, lol:
https://docs.djangoproject.com/en/2.0/
+ 2
Django is a python module which gives you the opportunity of developing websites.
+ 2
It is a python framework to create websites ,based on python with HTML and database forms
+ 2
Django is a very rich and strong web framework of Python 3.
Basic knowledge on Python 3 and HTML is required to work with Django.
Django now supports only Python 3 not Python 2.
Django has Django-Responsive for building responsive website
Django-responsive a utility application for building responsive websites in Django. This tool is meant to complement the use of CSS media queries and help solve problems with fixed width elements such as advertisements or embedded video.
+ 1
It's a back-end web framework.