A
A
AntonIgin2017-08-08 18:35:09
Django
AntonIgin, 2017-08-08 18:35:09

In the logs of the running server, it gives out lines similar to the logs of operations with the database, how to remove it?

I accepted one project here, I'm trying to figure it out and I can't figure out what to do with a bunch of text that appears on any page transition.
Example:
(0.000) SELECT "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user". "first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user "."id" = 1; args=(1,)
What could be causing this and how to fix it? Does not cause errors

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question