如何在 PyCharm 中将多个目录编辑为一个项目?

发布于 2024-10-01 02:34:34 字数 358 浏览 3 评论 0原文

我创建了一个 django 项目,按照 django 教程中的建议,我将 .js 等静态文件放置在单独的文件夹和模板目录中。

结果结构如下:

MyProject >
  scripts # place for .py files
  static # .js, .jpg etc
  templates

现在,当我在 PyCharm 中打开 MyProject 目录时,它希望所有以“scripts”开头的导入。就像from scripts.myapp.mymodule import MyFunc一样。但它很丑。

是否可以将所有 3 个目录作为一个项目打开或告诉 PyCharm 源代码在哪里?

I created a django project and as it was recommended in django tutorial I placed static files like .js in separate folder as well as template directory.

The result structure is like:

MyProject >
  scripts # place for .py files
  static # .js, .jpg etc
  templates

Now when I open MyProject directory in PyCharm, it wants all imports starting with "scripts". Like from scripts.myapp.mymodule import MyFunc. But it is ugly.

Is it possible to open all 3 directories as one project or tell PyCharm where the sources are?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小姐丶请自重 2024-10-08 02:34:34

转到设置 |项目结构并将“scripts”目录标记为源根目录。

Go to Settings | Project Structure and mark the 'scripts' directory as a source root.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文