Introduction:-
Django is a Python-based web framework used for building web applications of high quality. It helps us avoid repetitive tasks, which makes the process of web development an easy experience and saves time.
The following are some of the design philosophies of Django:
1) Loosely Coupled :- In Django, the aim is to make each element of the stack as independent as possible.
2) Fast Development :- The aim is to do whatever it takes to facilitate the fast development of web applications.
3) Less Coding :- Less code is used to facilitate fast development.
4) Clean Design :- The aim of Django is to come up with a very clean design to make development easy. Clear strategies are used during the web development process.
5) Don’t Repeat Yourself (DRY) :- Everything in Django has to be developed in a single place, rather than repeating it again and again.
Episode 2(D)👉
Share This Post
PRINT THIS POST
No comments:
Post a Comment
If you have any doubts. Please let me know.