How to Structure Product & Category Pages in Django
Product Page Creation
๐โ๐จ๏ธ
Thumb Rule in Django
Anytime we are creating any kind of web-page in Django it's a three-step process :
First we create a URL.
Then we create a View for the same.
And last HTML template file.
First, we'll create ...
backendnotes.hashnode.dev14 min read