Thanks Jason.
Kind regards,
- SD
On Mon, Jan 13, 2020, 16:28 Jason wrote:
> The url resolver does not include GET query params in a URL, you need to
> add them manually after the string.
>
> for example
>
> url =
> f"{reverse('weather')}/?current_location={some_value}&booking_location={an
The url resolver does not include GET query params in a URL, you need to
add them manually after the string.
for example
url =
f"{reverse('weather')}/?current_location={some_value}&booking_location={another_value}"
--
You received this message because you are subscribed to the Google Grou
Hey guys. SOS please. How do I write a URL pattern for a URL like this?
weather/?current_location=-33.927407,18.415747&booking_location=-32.927407,19.415747
When I do reverse(‘weather’, kwargs={‘current_location’: some_value,
'booking_ location’: another_value}) I am getting a NoReverseMatch
exce
3 matches
Mail list logo