Re: Error: no module named manager

2009-04-15 Thread Daniel Sisco
This problem was caused by the fact that my __init__.py file contained two lines of "from django include ..." code. I must have copied these from somewhere instead of creating them fresh. Removing these lines fixes the problem. > I don't understand this error, but I can tell you that you need a >

Re: Error: no module named manager

2009-04-15 Thread Daniel Roseman
On Apr 15, 2:14 am, Daniel Sisco wrote: > All: > > I'm adding an app (from django snippits) that is just a template tag > for a calendar application in my blog. This is the new directory > structure: > > /apps/postcal >               | >               --> __init__.py >               | >