Django 1.7 conflicting models
问题 I install my application in "project/apps/myapp" folder. Both apps and myapp folders have init .py files(Without any of them there is module missing error). Now I've the error: Exception Type: RuntimeError at / Exception Value: Conflicting 'person' models in application 'resume': <class 'apps.resume.models.Person'> and <class 'resume.models.Person'>. Django import the same model with two different pathes. How can I fix it? Full error log: Traceback: File "/home/voxa/.virtualenvs/42-test/local