Friday, November 15, 2019

Re: django passing a parameter for a view in a url produces Error: Circuitinfotable matching query does not exist.

Nice but i am always with nginx and i dont know if it has the same problem or not

On Fri, 15 Nov 2019, 18:02 Patrick Carra, <pcarra.pc@gmail.com> wrote:
In case anyone is interested I fixed this with some simple regex in my view.  I identified the patterns for which apache was removing the // and replacing with a single / and then wrote some rules around that and replaced the single / with the // before passing it to my query.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2752a54f-4bdc-4781-b8ba-a842ffcb1a36%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO_yRT0DwkcXvukvRWmhOyV5km%3Dn75d7Ssg_UakUktQCGDggdA%40mail.gmail.com.

No comments:

Post a Comment