I'm getting one of those bubbly exceptions coming through the template
that are tricky to debug.
TemplateSyntaxError at /
Caught an exception while rendering: Could not import
journalism_mm.workshops.views. Error was: No module named utils
http://dpaste.com/97981/
I was reorganizing my code, moving directories around and upgrading
all my third party apps I reference.
I also upgraded to django 1.0.x from svn. I have grepped my code base
for a dangling utils, but no luck. I was thinking to use pdb.set_trace
() but don't know where to begin besides googling. Also tried
removing all .pyc files but didn't help.
Any help is greatly appreciated.
--
Milan