开发者

Strange Error in django when I'm trying connect my costum storage!

开发者 https://www.devze.com 2023-01-04 18:26 出处:网络
I\'m trying setup costum storege. Looks like all is ok. But there is the next error: Exceptio开发者_如何学Pythonn Type:ViewDoesNotExist

I'm trying setup costum storege. Looks like all is ok. But there is the next error:

 Exceptio开发者_如何学Pythonn Type:   ViewDoesNotExist
Exception Value:  

Could not import app.views. Error was: cannot import name FTPStorage

Exception Location:  C:\BitNami DjangoStack\apps\django\django\core\urlresolvers.py in _get_callback, line 134


It looks like your app.views module contains an import statement that attempts to import FTPStorage, but cannot for some reason. You may find Importing Python Modules useful.

0

精彩评论

暂无评论...
验证码 换一张
取 消