Guys, Thanx for the reply! Still some Q's though:
Can somebody tell me how one would best store django apps and projects when starting branches and tags under svn? And how portable are apps between projects? So would tagging an app seperately from a project be a good idea? Or do you pro's only do a checkout of let's say the branch you're working on instead of the 'full tree' with trunks, tags and branches? Thanx again guys!! Gerard. Gerard Petersen wrote: > Hi all, > > This might be somewhat off topic, but I'm moving my django project into > another directory (svn branch). > > It was here: /home/gerard/files/python/djapp/(myapp) > > I want it here: /home/gerard/files/python/djapp/branches/0.1/(myapp) > > When the project dir is named 0.1 instead of djapp I get a trace (see below) > that it has no module 0.1. Where and why does django look at the name of the > parent (project) dir? > > Thanx a lot! > > Regards, > > Gerard. > > Traceback (most recent call last): > File "manage.py", line 11, in <module> > execute_manager(settings) > File "/usr/lib/python2.5/site-packages/django/core/management/__init__.py", > line 338, in execute_manager > setup_environ(settings_mod) > File "/usr/lib/python2.5/site-packages/django/core/management/__init__.py", > line 316, in setup_environ > project_module = __import__(project_name, {}, {}, ['']) > ImportError: No module named 0.1 > -- urls = { 'fun': 'www.zonderbroodje.nl', 'tech': 'www.gp-net.nl' } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---