python - NameError: name 'Role' is not defined
天蓬老师
天蓬老师 2017-04-18 10:30:33
0
1
846

为什么可以导入user却不可以导入Role?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
Peter_Zhu

Try reloading the app in the terminal. Is it possible that the app module loaded in the terminal has not been updated because you have modified the code?

reload(app)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!