Django Basics Interview QA
Django Basics Interview QA
1. What is Django?
Django is a high-level Python web framework that enables rapid development of secure and maintainable
Includes built-in admin, ORM, routing, security features, and follows DRY principles.
Project is the entire web application; App is a module within the project.
5. What is a Model?
8. Use of settings.py?
9. Use of urls.py?
In admin.py: admin.site.register(ModelName)