Hi, I develop on Linux and all my code is in $HOME and the code of django and third party apps are in $HOME, too.
The Django SVN branch http://code.djangoproject.com/svn/django/branches/releases/1.2.X/ is checked out to _django1.2.X. And there is a symlink from $HOME/django to _djangoVERSION. This way I can check out server django versions (trunk, 1.2.x, ...) and swith between them with 'ln -sf _djangoVERSION/django django' And the same for south. I checked it out to _south_hg and there is a symlink from south to _south_hg/south. But I only use head/trunk from south. What kind of error do you get? Please post the traceback. If you remove south from INSTALLED_APPS, you get no errors, but you can't use it. I don't want to miss it. It is a great tool. Thomas Oivvio Polite wrote: > I started playing around with Django sometime early 2009, did the > tutorial and got started on a toy project. Then something came inbetween > and now, coming back to my toy project I notice that the unit test spit > out a lot of errors relating to the migration tool South. I've haven't > written any test relating to South. My project isn't importing South and > when I remove South from INSTALLED_APPS the errors go away. > > So I guess these errors are relating to some testing Django and/or > South does per default and that the errors might be due to some version > incompatibility between the Django/South versions I had installed last > year and the ones that are installed now. > > My question isn't really about how to resolve this particular issue but > rather about best practices for maintaining a consistent "Django stack", > so that similar errors will not happen in the future. > > > Oivvio > -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de -- 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 unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.