Svetoslav Stoyanov
Results
2
comments of
Svetoslav Stoyanov
What worked for me is: In my windows machine, I solved this by adding the below code snippet in rules object of .eslintrc.js file present in my current project's directory....
The problem has a very simple solution. Go to: site-packages\databases\backends\postgres.py and Replace `from sqlalchemy.dialects.postgresql import pypostgresql` with `from sqlalchemy.dialects import postgresql as pypostgresql`