0👍
I’ve just found out the answer. My problem was that the url I was trying to return had a 302 redirect response. I retrieved the final url link using urllib
and return it as a simple hyperlink.
- [Answer]-Rendering another template from a button click in Django
- [Answer]-Do you need the Django template brackets to pass string values in a form?
- [Answer]-How to checked permissions in edit user form?
- [Answer]-Django server stops during for loop
- [Answer]-How can I get the name of app inside a model?
- [Answer]-AJAX 500 Internal Server Error
- [Answer]-Compare and set using cache in django
- [Answer]-I've created a custom User model. Can the CustomUserManager I create also extend django.contrib.gis.db.GeoManager?
Source:stackexchange.com