I met a error info as below: 

    Django App ImproperlyConfigured: The app module has multiple filesystem locations

 

The problem was that I deleted a __init__.py file. Apparently, django uses them to know which folders are packages, so they are kind of important.

 

参考文件:https://stackoverflow.com/questions/28205264/django-app-improperly-configured-the-app-module-has-multiple-filesystem-locati

posted on 2017-10-16 16:26  cyn_413  阅读(383)  评论(0编辑  收藏  举报