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

Best Practice for developing djangoapp in a repository

2010-01-21 Thread Julian
Hello, my problem is maybe not very specific but more a problem with an approach. Let's say I want to work on a djangoapp (in this case django- tagging, the famous tagging app). I'm not very satisified with the code and want to simplify it. if I clone the repository I have a folder 'django-taggin