vote up 0 vote down star

Why view on site linked to an unwanted page.Can i disable view on site

flag

19% accept rate

3 Answers

vote up 1 vote down

See the django-docs You can overwrite the admin-templates or see here, how to use it

link|flag
vote up 1 vote down

View on site determines the URL to link to by checking the Sites app and adding the model's get_absolute_url() method on the end of it.

link|flag
vote up 0 vote down

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 %}

  • {% trans "View on site" %}
  • {% endif%}

    then view on site will never appear

    link|flag

    Your Answer

    Get an OpenID
    or

    Not the answer you're looking for? Browse other questions tagged or ask your own question.