Templates
In the Django intro page, we learned that the result should be in HTML, and it should be created in a template, so let's do that.
Create a templates folder inside the members folder, and create a HTML file named myfirst.html.
In the Django intro page, we learned that the result should be in HTML, and it should be created in a template, so let's do that.
Create a templates folder inside the members folder, and create a HTML file named myfirst.html.
2024 Sergio dev soluciotions - All Rights Reserved.