Thank you. Since it's only me that'd be using the apps do can I bypass the 'deploy using pip' thing and somehow directly use it in my other projects?
/andy On Wednesday, December 24, 2014 12:41:25 AM UTC+5:30, Javier Guerra wrote: > > On Tue, Dec 23, 2014 at 1:22 PM, andy <[email protected] <javascript:>> > wrote: > > Now, both the projects have some models and some business logic common > > between them. I don't want to duplicate the code and data which shall be > > chaotic going forward. Also, I want the models and code (business logic) > to > > be in sync (when models/code is altered). > > > encapsulate those models and code in reusable apps. and since Django > apps are just Python modules, you can package and deploy them using > Python tools like pip. > > -- > Javier > -- 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/4448040a-6db8-4558-ac30-e559d57fce6c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

