Re: "No module named admin.site.root" on r13043

2010-04-28 Thread Ramiro Morales
On Wed, Apr 28, 2010 at 6:02 PM, sli wrote: > I've been trying to fix this issue for about half an hour, now. > Current code: > > from django.contrib import admin > admin.autodiscover() > ... > # Uncomment the next line to enable the admin: > (r'^admin/(.*)', include('admin.site.root')), > > I've

"No module named admin.site.root" on r13043

2010-04-28 Thread sli
I've been trying to fix this issue for about half an hour, now. Current code: from django.contrib import admin admin.autodiscover() ... # Uncomment the next line to enable the admin: (r'^admin/(.*)', include('admin.site.root')), I've also tried the version that is used in a newly created project