Django无法找到已安装的应用程序

时间:2012-10-03 04:43:59

标签: python django

我已经从这里复制了djnago应用程序

https://github.com/sigurdga/django-jquery-file-upload

我已将该文件夹放在我的根目录中作为fileupload。

但是转到.new / upload

我收到错误没有名为fileupload的模块

但是如果去python shell那么我可以import fileupload没有任何错误

2 个答案:

答案 0 :(得分:0)

根据您正在安装的应用,也许您应该尝试将其放入网址

upload/new 

而不是

new/upload

答案 1 :(得分:0)

在项目的INSTALLED_APP的settungs.py文件中添加已安装的应用程序,然后尝试导入它。