On zondag 10 juni 2018 13:30:51 CEST Joakim Hove wrote: > things do not work from the Admin. When I click on the "View on Site" link > i am redirected to "http://example.com/transaction/view/23635/" and I get > an error message about failed XML parsing. I have no clue where the > "example.com" address comes from - that string is not in my codebase.
It is the default hostname for django.contrib.sites[1] with SITE_ID = 1. -- Melvyn Sopacua -------- [1] https://github.com/django/django/blob/master/django/contrib/sites/ management.py#L28 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2721239.SktWtCEFV2%40fritzbook. For more options, visit https://groups.google.com/d/optout.

