Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 90241

How do I put links in spreadsheets to django that don't redirect to the login screen

$
0
0

Apologies, there is probably already responses to this but I can't even isolate where the problem is - Django or Excel

I have an Excel spreadsheet that I've created with urls to Django resources e.g. rows that look like http://site/app/object/17234/

I built them as database extract with a string concatenation of id and the rest of the url. (e.g. select 'http://site/app/object/'||obj.id||'/' from ...)

As far as I can see in excel they have the right structure and nothing weird.

I've already authenticated on the site with 14 day token expiry

  1. If I copy and paste them into chrome they work
  2. If I create desktop shortcuts using the URLS they work
  3. BUT if I click on them within excel they open chrome but go to the login screen http://site/accounts/login/?next=/app/object/17234/

If I log in from there it correctly redirects but this is a step I don't think I should have to do.

I am hoping someone can explain where this is happening, why and how to fix it.


Viewing all articles
Browse latest Browse all 90241

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>