Django views
A view is a place where we put the "logic" of our application. It will request information from the model you created before and pass it to a template. We'll create a template in the next chapter. Views are just Python functions
Explore the Technical World in Geek Way!
0 comments:
Post a Comment