Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用不正确:
from [app name] import views
当您在该应用程序中时?
我正在学习 Django 文档网站上的教程;一切正常;但是,每次执行以下操作时都会出现语法错误(尽管它仍然有效):
*我正在使用 PyCharm
如果您右键单击该mysite.com/mysite文件夹并选择Mark Directory As -> Source Root您应该能够做到from polls import views
mysite.com/mysite
Mark Directory As -> Source Root
from polls import views