Why view on site linked to an unwanted page.Can i disable view on site
|
|
|
|
|
|
|
See the django-docs You can overwrite the admin-templates or see here, how to use it |
||
|
|
|
|
View on site determines the URL to link to by checking the |
||
|
|
|
|
sudo vi /usr/local/lib/python2.6/dist-packages/django/contrib/admin/templates/admin$/change_from.html. in this file comment out the if condition {% if has_absolute_url %}
then view on site will never appear |
||
|
|
