Class 12 CS Chapter 15 Back Exercise Part A Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. What is web framework ? ...click here for answer 2. What are the advantages of using Django web framework ? ...click here for answer 3. What is code library ? How is a library different from a web framework ? ...click here for answer 4. What do you understand by a project and an app in Django web application context ? ...click here for answer 5. A Django project namely M yM art contains two apps in it namely list and status. How will you register the above created apps of Django project M yM art ? ...click here for answer 6. What is do you understand by HTTP requests ? Name the two types of HTTP requests. ...click here for answer 7. How is an HTTP GET request different from an HTTP POST request ? ...click here for answer 8. What is virtual environment ? ...click here for answer 9. How do you run server for your Django project ? W rite command. ...click here for answer 10. What is the name of administrative task management file found in Django projects ? ...click here for answer 11. W hat is the name of architecture model adopted by Django ? ...click here for answer 12. Discuss the MTV architecture of Django. ...click here for answer 13. What are templates in Django projects ? ...click here for answer 14. What do you understand by views in a Django project ? How are views important for a Django project ? ...click here for answer 15. What do you understand by URL routing ? How does it take place ? ...click here for answer