Re: "No module named models.auth" magic-removal confusion?

2006-06-21 Thread Peter Ferne
Hi GrigoryOn 6/21/06, Grigory Fateyev <[EMAIL PROTECTED]> wrote: http://code.djangoproject.com/wiki/RemovingTheMagic#IncludetemplateextensionexplicitlyI don't think that's the problem. In my urlconf I have:     (r'^json/trails/(?P\d+)/$',    'trail_detail_json',    {'template_name':

Re: "No module named models.auth" magic-removal confusion?

2006-06-21 Thread Grigory Fateyev
Hello petef! On Wed, 21 Jun 2006 12:47:19 - you wrote: > > I've been developing an app (http://preview.sharing-places.com) > against Django v0.91. A little while back I started a branch on my > local dev machine (an OS X laptop) to incorporate the magic-removal > changes. I've suspended

"No module named models.auth" magic-removal confusion?

2006-06-21 Thread petef
I've been developing an app (http://preview.sharing-places.com) against Django v0.91. A little while back I started a branch on my local dev machine (an OS X laptop) to incorporate the magic-removal changes. I've suspended work on that branch for the time being to carry on with bug fixing and