Re: Organizing apps without using projects

2008-10-08 Thread Brent Hagany
I haven't tried a syncdb (which, now that you mention it, probably does not work), but the admin does work. This is probably because I don't do an autodiscover - I register each app manually. As for coupling, the apps in question do depend on each other, but not at a very deep level. My reason

Re: Organizing apps without using projects

2008-10-08 Thread Carl Meyer
On Oct 8, 9:51 am, Brent Hagany <[EMAIL PROTECTED]> wrote: > I'm not in front of my code at the moment, but I'm pretty sure there's > no magic involved, and it works just fine.  When I do a runserver from > my (completely decoupled) project, the root urlconf sends everything > to umbrella.urls,

Re: Organizing apps without using projects

2008-10-08 Thread Brent Hagany
I'm not in front of my code at the moment, but I'm pretty sure there's no magic involved, and it works just fine. When I do a runserver from my (completely decoupled) project, the root urlconf sends everything to umbrella.urls, which then delegates once again to umbrella.app.urls, which knows

Re: Organizing apps without using projects

2008-10-08 Thread Carl Meyer
On Oct 7, 10:28 pm, Brent Hagany <[EMAIL PROTECTED]> wrote: > My apologies if this has been brought up before on this group - my > searching did not turn up anything, but my search skills are > notoriously suspect. > > I have been reorganizing my code so that it does not depend on the > project

Organizing apps without using projects

2008-10-07 Thread Brent Hagany
My apologies if this has been brought up before on this group - my searching did not turn up anything, but my search skills are notoriously suspect. I have been reorganizing my code so that it does not depend on the project (mostly with success) after watching James Bennet's talk at Djangocon