In django how can I resolve a reverse error when copying text from an html table row and attempting to write it to a text file?
I have a django app with a page that shows a data table of text strings populated from a model.
Each string is a website url. I need to be able to click on any one of these rows and have that url string written to a text file.
What I have so far results in a ‘reverse’ error as soon as the server tries to load the home page.