Re: newbie: ImportError on module admin

2006-06-10 Thread planetshwoop
planetshwoop wrote: > Ramiro Morales wrote: > > brian, > > > > On 6/10/06, planetshwoop <[EMAIL PROTECTED]> wrote: > > > > > > > > > I'm trying to get my first app/project started on Django. I've created > > > my first model, but am unable to access the admin site. I continue to > > > get the e

Re: newbie: ImportError on module admin

2006-06-10 Thread planetshwoop
Ramiro Morales wrote: > brian, > > On 6/10/06, planetshwoop <[EMAIL PROTECTED]> wrote: > > > > > > I'm trying to get my first app/project started on Django. I've created > > my first model, but am unable to access the admin site. I continue to > > get the error "ImportError at /admin/" "No modu

Re: newbie: ImportError on module admin

2006-06-10 Thread Ramiro Morales
brian, On 6/10/06, planetshwoop <[EMAIL PROTECTED]> wrote: > > > I'm trying to get my first app/project started on Django. I've created > my first model, but am unable to access the admin site. I continue to > get the error "ImportError at /admin/" "No module named admin" > > My hunch is that I

newbie: ImportError on module admin

2006-06-10 Thread planetshwoop
I'm trying to get my first app/project started on Django. I've created my first model, but am unable to access the admin site. I continue to get the error "ImportError at /admin/" "No module named admin" My hunch is that I have some path misconfigured, since it sounds like python can't find th