1 min read

Displaying info from a database for the first time!

Displaying info from a database for the first time!

Woooo, I managed to get data from Django admin into my html page! I have been following a few Youtube tuts and I got some help from Twitter when I had named variables badly. In the morning I got the data to my html page but I didn't know how to arrange it.

I took a break and then was able to find another Youtube video showing me how to mix in the data with Bootstrap tags in the HTML document. I added a for loop and now each time I add something to the database it appears by magic! Very happy with this now as I can build way more powerful things!