{% url 'start' commission.id applie.id %}
Like the above code, I am trying to send two model id but I don't know the right structure for it. and above code wouldn't work.
path('start/<int:post_id>', views.start, name="start"),
def start(request,post_id):
and also if i get two parenthesis, how should i modify the above url and view code?