Home > Internet Programming > Quizzes > Internet Programming: Python Web Framework: Django
Internet Programming: Python Web Framework: Django
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 21% Most missed: “Check in-valid template tag.”
Internet Programming: Python Web Framework: Django
Time left 00:00
16 Questions

1. What is the use of os.path.dirname(__file__) in this method?
2. What does happen when you execute this command in Terminal/ PowerShell?
3. This template {# #} is used for?
4. What is the value of DEBUG when website is online/ or deployed?
5. What is Post.objects.all() is used for?
6. Django is based on which framework?
7. What happens when url.py file is edited while the development server is still running?
8. Django is based on which framework?
9. What is Post.objects.all() is used for?
10. What happens when url.py file is edited while the development server is still running?
11. What does {{ name }} this mean in Django Templates?
12. What does {{ forloop.counter }} prints?
13. What are Migrations in Django?
14. Which setting contains the parameter of main-urls file?
15. This template {# #} is used for?
16. Which setting contains the parameter of main-urls file?