Yeah!
Can you see the error?
*WHERE* "circuitinfotable"."circuitid" =
'edit/circuit/STTK-100G-18040-01-WRBB'
would be : *WHERE* "circuitinfotable"."circuitid" =
'STTK-100G-18040-01-WRBB'

Link incorrect, or uls pattern incorrect
<a href="/viewLit/edit/circuit/{{record.circuitid}}/" target="blank"
class="edit-item" title="Edit">Edit Circuit Info</a><br>



Missatge de Patrick Carra <pcarra...@gmail.com> del dia dt., 26 de nov.
2019 a les 21:54:

> I figured out the weirdness with the django-debug-toolbar I wasn't serving
> my static files from the apache/mod_wsgi configuration.  After I figured
> that out this is what I have now:
>
>  QueryTimelineTime (ms)Action
>   +
> <http://98.8.61.133:8080/viewLit/edit/circuit/STTK-100G-18040-01-WRBB/>
> *SELECT* ••• *FROM* "circuitinfotable" *WHERE* "circuitinfotable"."circuitid"
> = 'edit/circuit/STTK-100G-18040-01-WRBB'
> 53.76007636826474%
> 2.42 SelExpl
>   +
> <http://98.8.61.133:8080/viewLit/edit/circuit/STTK-100G-18040-01-WRBB/>
> *SELECT* ••• *FROM* "circuitinfotable" *LIMIT* 21
> 15.353203224437845%
> 0.69 SelExpl
>   +
> <http://98.8.61.133:8080/viewLit/edit/circuit/STTK-100G-18040-01-WRBB/>
> *SELECT* ••• *FROM* "django_session" *WHERE* ("django_session"."expire_date"
> > '2019-11-26T20:52:52.260094+00:00'::timestamptz *AND* 
> > "django_session"."session_key"
> = '0b3x3t7gx8sbl09y5vsbonxtlfmynib4')
> 16.928298684768777%
> 0.76 SelExpl
>   +
> <http://98.8.61.133:8080/viewLit/edit/circuit/STTK-100G-18040-01-WRBB/>
> *SELECT* ••• *FROM* "auth_user" *WHERE* "auth_user"."id" = 1
>
> --
> 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/fbd433a9-bf5d-4ee4-b51c-51efbe110a57%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/fbd433a9-bf5d-4ee4-b51c-51efbe110a57%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/CAK-JoTRrbOpxQXmWfzSvD1vWsSRWrfGNj3XWuVh4P-5ez%2B60WA%40mail.gmail.com.

Reply via email to