Re: Best Practice for developing djangoapp in a repository

2010-01-24 Thread Peter Bengtsson
Just install django-tagging as normal so that it's on the system path and included in your settings.py INSTALLED_APPS. Then you can run its tests. Leave it like that. Then to make it work exactly like you want it to work, subclass it. Your other apps shouldn't pretend to depend on tagging but inste

Re: Best Practice for developing djangoapp in a repository

2010-01-22 Thread Andy Mikhailenko
Why not create a symlink to django-tagging/tagging in the project directory? I think it's the easiest way. -- regards, Andy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To u