-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import error #1
Comments
pip install controller |
博主,想问一下你的Django知识从哪学的啊,我是一个Django入门的小白。看完你的作品,忍不住想学。 |
hhh我也没有学的很精 就是为了课设应付一下的 当时学习的时候参考了Django的官方文档 还在B站油管一些视频平台上找了些教学视频
LeiureTime ***@***.***> 于2022年5月27日周五 17:31写道:
… 博主,想问一下你的Django知识从哪学的啊,我是一个Django入门的小白。看完你的作品,忍不住想学。
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXFJ5YBT4XHAKXQHRDBZPTVMCI7TANCNFSM4HAV3INA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
我好奇这是django哪个版本号 |
我运行不了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\16475\Desktop\test (2)\flea-market\login\urls.py", line 2, in
from .views import login,logout,register
File "C:\Users\16475\Desktop\test (2)\flea-market\login\views.py", line 4, in
import controller
ModuleNotFoundError: No module named 'controller'
from .views import login,logout,register
File "C:\Users\16475\Desktop\test (2)\flea-market\login\views.py", line 4, in
import controller
ModuleNotFoundError: No module named 'controller'
how to install controller?
The text was updated successfully, but these errors were encountered: