Tuesday, November 26, 2019

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

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
 +
SELECT ••• FROM "circuitinfotable" WHERE "circuitinfotable"."circuitid" = 'edit/circuit/STTK-100G-18040-01-WRBB'
53.76007636826474%
2.42
 +
SELECT ••• FROM "circuitinfotable" LIMIT 21
15.353203224437845%
0.69
 +
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
 +
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+unsubscribe@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.

No comments:

Post a Comment