Django View-

  • – It is a user interface, through which the user can see the website and it is developed with the help of HTML CSS and JavaScript.
  • – There are two types of views are used in Django-
  • 1) Function-based views – In which function-based views are considered as a writer which is implemented with the help of function of python.
  • 2) Class-based views – It views offer an optional path for execution views like Python objects, irrespective of using functions.
Menu