1👍
I solved this problem by modifying original app on git.
Making clone, modifying it and then adding to requirements.txt this line: git+git://github.com/user/appname@branch_name (you have to use your modified apps url @ branch_name)
This installs your modified app.
Source:stackexchange.com