I am a beginner and do not know how to send all the necessary parameters to the page I want to open. There is a page with url sklad . To open the sklad page, it needs to pass all the necessary parameters to the GET request (which parameters need to be sent, I don’t know for sure, but there is the code for the page sklad ).
This starts the sklad page:
<button type="button" onclick="window.open('{% url 'sklad' %}', '_blank')"> Расписание </button> sklad = "/gorod/sklad"
How to view the parameters that are sent by my GET request, if the page cannot be launched due to unsuitable parameters passed by a GET request? Please describe in as much detail as possible without using php.
I use Django 1.6