>>> r.encoding
'utf-8'
>>> r.encoding = 'ISO-8859-1'

r is your request use different encoding

El jue., 14 nov. 2019 a las 21:29, DANIEL URBANO DE LA RUA (<
dannybombas...@gmail.com>) escribió:

> https://www.webforefront.com/django/regexpdjangourls.html?
> is maybe something related to your url pattern i don't know but something
> is wrong because is not working  or did you found a solutions?
>
> El jue., 14 nov. 2019 a las 21:21, DANIEL URBANO DE LA RUA (<
> dannybombas...@gmail.com>) escribió:
>
>> https://docs.djangoproject.com/en/2.2/_modules/django/utils/html/
>> here you have some tricks to do on your view maybe
>>
>> El jue., 14 nov. 2019 a las 21:18, DANIEL URBANO DE LA RUA (<
>> dannybombas...@gmail.com>) escribió:
>>
>>> the main problem is tha you have especial character in a url and the
>>> codification on an url does this to transport the data and your have to fix
>>> it in the request then
>>> at least tray  using  urllib.parse from python check some where an
>>> example
>>>
>>> El jue., 14 nov. 2019 a las 21:15, Patrick Carra (<pcarra...@gmail.com>)
>>> escribió:
>>>
>>>> I think my assumption was wrong stackoverflow is down right now so I
>>>> can't go to the link but it seems like somebody is suggesting this is an
>>>> apache/mod_wsgi error
>>>> https://code.djangoproject.com/ticket/14346
>>>>
>>>> --
>>>> 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 django-users+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/120e943c-55f6-4971-b80e-64713b095b7b%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/django-users/120e943c-55f6-4971-b80e-64713b095b7b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO_yRT0whr2_5NYzNWjBs0g%2BX%3DS2G5YJ2YdO49x-nWwVTF%2BU9w%40mail.gmail.com.

Reply via email to