Hi,
I have the following problem: pop-ups do not work on my Django Admin site. Normally, URLs (administration pages) ending with "_popup=1" allow the opening of a new browser window. It works on my workstation
django.VERSION (1, 11, 9, 'final', 0)
But on my site pythonanywhere / Django, it opens a classic page in the current window.
django.VERSION (1, 11, 0, 'beta', 1)
It seems to be related to HTTP (Apache) server restrictions.
Can you tell me how to fix this problem?
Thank you.