mportError: No module named trunk.pife.pife.settings in Django

0

Good afternoon, I'm doing a project in Django, which is directly imported from a Subversion, once installed all the requirements that I am required to compile the project but I get these errors. Someone who knows how to solve it?

Thank you very much

    
asked by FangusK 20.09.2016 в 12:52
source

2 answers

0

I already found the solution, it turns out that there was a problem linking the project with the virtual environment.

Thank you.

    
answered by 22.09.2016 / 12:39
source
0

You have to activate your current application. Because of the structure you have, you should uncomment line 40, that is, you have to have pifeapp active.

    
answered by 20.09.2016 в 17:03