InterviewSolution
| 1. |
Why Django? |
|
Answer» DJANGO is a free and open-source framework to develop web applications. Web development process becomes very easy and developer can focus only on designing process and boosts performance. Django follows the model-view-template architectural PATTERN. Django, a web application framework is a collection of modules that are grouped together to enable you to create an application or a website from an EXISTING source. This collection of modules makes the development of web application or a website faster and easier. Django is a quick solution for web development. It has become the right platform for a customer for business and developers due to its ability to deliver high-quality code and transparent writing. Batteries Included - Django comes with a collection of modules also know as Batteries. A lot of out of the box stuff, you may or may not USE for your application comes with Django. INSTEAD of writing your own code, just import the package you wish to use. Wide range of topics are spanned in Django batteries which includes -
|
|