Re: Import problem: app name cannot be the same as project name?

2011-01-22 Thread bruno desthuilliers
On 21 jan, 21:36, Edwin wrote: > I have an app that's called the same way as my project name Won't work. (let's > name it 'blog'). My directory structure is: > > blog >    apps >       blog >           models.py >       books >           management >           models.py

Import problem: app name cannot be the same as project name?

2011-01-21 Thread Edwin
I have an app that's called the same way as my project name (let's name it 'blog'). My directory structure is: blog apps blog models.py books management models.py Everything works fine except that when i created a custom command inside another app,