I second the suggestion of a git submodule, as it makes changes to the shared app much more convenient. This is also how I deal with third-party apps that I've forked. There is a small learning curve on git-submodule, but it's worth it.
On Saturday, March 21, 2015 at 2:09:33 PM UTC-4, Ezequiel Bertti wrote: > > 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] > <javascript:>> 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] <javascript:>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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] <javascript:> > 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/2e3ca134-b405-44b1-aa1a-a794444fc213%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

