What are views django?



What are views django?..

Answer / Vikash Choudhary

In Django, a View is a callable that handles an HTTP request and returns an HTTP response. It processes the data, performs actions, and renders or generates responses based on the user's input.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What is mvt framework?

1 Answers  


Explain django.

1 Answers  


Is django full stack?

1 Answers  


What does django mean?

1 Answers  


What does django collectstatic do?

1 Answers  


Can django replace javascript?

1 Answers  


What are the four major components of mvc?

1 Answers  


How does django session work?

1 Answers  


How you can write a view in django?

1 Answers  


What are template tags?

1 Answers  


Write a program to read and write binary data using python?

1 Answers  


How do you create class in python?

1 Answers  


Categories