Re: obscure import error(s)

2008-09-17 Thread HenrikV
I have added a ticket for this, and a fix that I think would help a lot of people migrating. http://code.djangoproject.com/ticket/9120 On Sep 14, 11:28 am, HenrikV <[EMAIL PROTECTED]> wrote: > I use a number of apps from google code, like a lot of other people I > suspect. The big problem with t

Re: obscure import error(s)

2008-09-14 Thread oggie rob
On Sep 14, 3:28 am, HenrikV <[EMAIL PROTECTED]> wrote: > Where should I look to catch exceptions in application models ? Don't use manage.py, instead set DJANGO_SETTINGS_MODULE and PYTHONPATH and start a regular python shell, then import some apps (i.e. comments app) separately. As far as how th

obscure import error(s)

2008-09-14 Thread HenrikV
I use a number of apps from google code, like a lot of other people I suspect. The big problem with this is that Django currently spits out an obscure import error if one of the app models use old model field attributes or other things that will throw an exception when importing the app's models.p