Question on flask-admin. I setup flask-admin and one of the models i created is pulling urls and url titles from a mysql database. Using flask-admin, how to i get flask-admin to render the urls instead of just text? So make it easier for users to just click on the link from the flask-admin app. Thank you.
I found something on the flask-admin site called column formatters, but not sure how to implement. Does anyone have an example they can share? Thanks.