Ratings & reviews
This course does not have any reviews.
Your review could be the first one.
0%0%0%0%0%
Complete all chapters to get certificate
0%
Get Started
This section provides an introduction to Django and its key concepts. It covers the explanation of Django as a web framework, the MVT architectural pattern it follows, and the steps to initialize a new project using Django. The section also includes instructions on running the server.
Request Handling
You can learn how to answer requests in the previous sections but how to transfer information and process it? Passing data via HTTP request and retrieving is easy. You just have to figure it out, you can find help here.