You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am studying a project which is developed with flask and pyjade,but I don't know how to configure the pycharm correctly.It always show some error info ,such as - from "utils.jade" import render, link_css, link_js
Anyone konws the answer and would you please help me ?Thanks a lot!
The text was updated successfully, but these errors were encountered:
The plugin is called Pug (ex-Jade) now. Unfortunately, the plugin doesn't support the Pyjade "dialect". Syntax like - from "utils.jade" import ... is marked as an error.
I am studying a project which is developed with flask and pyjade,but I don't know how to configure the pycharm correctly.It always show some error info ,such as
- from "utils.jade" import render, link_css, link_js
Anyone konws the answer and would you please help me ?Thanks a lot!
The text was updated successfully, but these errors were encountered: