You can put the shared app in a git repository and use a git submodule. https://chrisjean.com/git-submodules-adding-using-removing-and-updating/
Using pip with git for update a package, you need to manual remove and add again. The update command no work fine. On Sat, Mar 21, 2015 at 1:46 PM, Brian Schott <[email protected]> wrote: > You can add an ssh git path > > http://stackoverflow.com/questions/4830856/is-it-possible-to-use-pip-to-install-a-package-from-a-private-github-repository > > Sent from my iPhone > > On Mar 21, 2015, at 8:50 AM, ThomasTheDjangoFan < > [email protected]> wrote: > > Hi guys, > > I developed some apps that I want share between 2 of my own projects. > > What is the best practise for this? > I could just copy them over, but what if there needs to be a bug-fix? > > Is there something like a 'private pip install'? > > Kind regards > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/b95b7671-44f8-4942-9de5-daf0a5951e1d%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b95b7671-44f8-4942-9de5-daf0a5951e1d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/64AA0417-6D2F-42C8-919C-F605DEA8B1F0%40gmail.com > <https://groups.google.com/d/msgid/django-users/64AA0417-6D2F-42C8-919C-F605DEA8B1F0%40gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Ezequiel Bertti E-Mail: [email protected] Cel: (21) 99188-4860 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACrQMYrJptpXqo%2B0Z6c2_OX5aGqzncvL6XcmyJTzA79hTTCZ0g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

