I am using def get_absolute_url in my model. It is giving the wrong "View on Site" link. How can it be corrected?
|
|
|
||||||||
|
|
|
Does the link start with example.com? If so, you might have to change the default Site domain in the Django admin site. |
||||
|
|
|
commment out this line in sudo vi ~/python/../django/contrib/admin/tempplates/admin/change_form.html {% if has_absolute_url %} |
||
|
|
|
|
it is very simple just to to template directory and comment out the line where there is view on site.simple will work But mind it if u r not using it anyother place |
||
|
|
