Master Django 3 - Part 5 | Django 3 Templates | Django Static Files Handling | CSS, JS, Image |

Опубликовано: 07 Июль 2020
на канале: Teach Tech Toe
54
5

#Djangotutorial #Djangoframework #Django3
This video will introduce you to Django 3 ! and later on, in this video series we will built various web apps on Django!
Django is a web application framework written in Python programming language. It is based on MVT (Model View Template) design pattern. The Django is very demanding due to its rapid development feature. It takes less time to build application after collecting client requirement.

This framework uses a famous tag line:The web framework for perfectionists with deadlines.

By using Django, we can build web applications in very less time. Django is designed in such a manner that it handles much of configure things automatically, so we can focus on application development only.