Python Forum
How to make data coming from a database clickable giving more details
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make data coming from a database clickable giving more details
#3
As ndc85430 has said there is nothing in the code you have presented that shows the retrieval of the rows form your database only the code that shows the inserting of that data.
Once you have sorted the retrieval then the change the <td> tag in your dashboard htnl to add a href similar to this but not exactly this

<td><a href="{{ url_for('my_family_details_page') }}">{{ {{ family.name }} }}</a></td>
Regards
-------- *
“Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.”
Reply


Messages In This Thread
RE: How to make data coming from a database clickable giving more details - by nuffink - May-26-2020, 12:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Save JSON data to sqlite database on Django Quin 0 2,935 Mar-26-2022, 06:22 PM
Last Post: Quin
  how retrieve database save multiple data in web Django 2.1 taomihiranga 0 2,851 Jul-30-2019, 04:58 PM
Last Post: taomihiranga
  Need help to get product details using BeautifulSoup+Python3.6! PrateekG 2 2,935 Jun-27-2018, 08:52 AM
Last Post: PrateekG
  Getting 'list index out of range' while fetching product details using BeautifulSoup? PrateekG 8 8,308 Jun-06-2018, 12:15 PM
Last Post: snippsat
  Ho to get all the caontact details from exchange server in python ppsingh22688 0 2,010 Feb-13-2018, 09:20 AM
Last Post: ppsingh22688
  Execute using Html, Save data into Database and Download in CSV in Django --Part 1 Prince_Bhatia 0 3,914 Jan-19-2018, 06:05 AM
Last Post: Prince_Bhatia
  How do I make a Django model from a tab-delimited data file? newbietostuff 0 2,563 Jan-09-2018, 02:44 AM
Last Post: newbietostuff

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020