Working with Django and Django JSON log formatter
up vote
0
down vote
favorite
Installed the below using pip
https://pypi.org/project/django-log-formatter-json/
In my code i put
import json_log_formatter
however I am getting the error
ModuleNotFoundError: No module named 'json_log_formatter'
When I run
pip install django-log-formatter-json
I get
Requirement already satisfied: django-log-formatter-json in ...
Can someone explane why its not finding the module? Am I not reading the documentation correctly?
python django logging
add a comment |
up vote
0
down vote
favorite
Installed the below using pip
https://pypi.org/project/django-log-formatter-json/
In my code i put
import json_log_formatter
however I am getting the error
ModuleNotFoundError: No module named 'json_log_formatter'
When I run
pip install django-log-formatter-json
I get
Requirement already satisfied: django-log-formatter-json in ...
Can someone explane why its not finding the module? Am I not reading the documentation correctly?
python django logging
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Installed the below using pip
https://pypi.org/project/django-log-formatter-json/
In my code i put
import json_log_formatter
however I am getting the error
ModuleNotFoundError: No module named 'json_log_formatter'
When I run
pip install django-log-formatter-json
I get
Requirement already satisfied: django-log-formatter-json in ...
Can someone explane why its not finding the module? Am I not reading the documentation correctly?
python django logging
Installed the below using pip
https://pypi.org/project/django-log-formatter-json/
In my code i put
import json_log_formatter
however I am getting the error
ModuleNotFoundError: No module named 'json_log_formatter'
When I run
pip install django-log-formatter-json
I get
Requirement already satisfied: django-log-formatter-json in ...
Can someone explane why its not finding the module? Am I not reading the documentation correctly?
python django logging
python django logging
asked Nov 9 at 20:56
user3299745
83
83
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14
add a comment |
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53233175%2fworking-with-django-and-django-json-log-formatter%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you running these commands in the same terminal window / virtual env?
– Scott Skiles
Nov 9 at 21:14