I am learning django and I did finished database setup,also the admin section is now capable to take data as input. But my ambition is to show those data or articles in home.html from that sqlite database. Feel free to share your suggestion.
Database data: class Article: title description category
Comments
Post a Comment