P
P
Pavel Ivanov2015-03-10 11:52:28
Django
Pavel Ivanov, 2015-03-10 11:52:28

Why is chromelogger not working?

Good afternoon!
I use Chromelogger in my Django project to display the contents of variables in the browser console.
Unfortunately, after installing chromelogger on the server side, it does not display anything in the console.
In the module from which I want to display variables, the library is connected according to the documentation:
https://github.com/ccampbell/chromelogger-python

import chromelogger as console

and in the right place
console.log("Success");

So, when sending a request to a method in which a ChromeLogger call is declared, nothing is displayed in the console.
The browser plugin is installed and enabled.
Your suggestions, colleagues?

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