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

0 comments:

Copyright © 2013 SoftKul