Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
James As suggested by you "User" works. Not "user" as typed by me. Thanks Best regards Sridhar On Jan 8, 10:52 am, James Bennett wrote: > On Thu, Jan 7, 2010 at 11:50 PM, sridharpandu wrote: > > Couldn't understand your post. Pls eloborate > > You say you typed: > > >>> from django.ontrib.au

Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
James I copied the text from the console and pasted in the browser for some funny reason the 'c' doesn't appear. But I did type 'contrib' and not 'ontrib' Best regards Sridhar Pandurangiah On Jan 8, 10:52 am, James Bennett wrote: > On Thu, Jan 7, 2010 at 11:50 PM, sridharpandu wrote: > > Coul

Re: Error in importing user in the interactive console

2010-01-07 Thread James Bennett
On Thu, Jan 7, 2010 at 11:50 PM, sridharpandu wrote: > Couldn't understand your post. Pls eloborate You say you typed: >>> from django.ontrib.auth.models import user This is incorrect. There is no such thing as "django.ontrib.auth.models". There *is* such a thing as "django.contrib.auth.models"

Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
Kenneth Couldn't understand your post. Pls eloborate Best regards Sridhar On Jan 8, 10:39 am, Kenneth Gonsalves wrote: > On Friday 08 Jan 2010 11:10:12 am sridharpandu wrote:> from > django.ontrib.auth.models import user > > s/ontrib/contrib/  and User > -- > regards > Kenneth Gonsalves > Sen

Re: Error in importing user in the interactive console

2010-01-07 Thread Kenneth Gonsalves
On Friday 08 Jan 2010 11:10:12 am sridharpandu wrote: > from django.ontrib.auth.models import user > s/ontrib/contrib/ and User -- regards Kenneth Gonsalves Senior Project Officer NRC-FOSS http://nrcfosshelpline.in/web/ -- You received this message because you are subscribed to the Google Group

Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
I started the console by typing python manage.py shell then gave the following command from django.ontrib.auth.models import user I get the following error Traceback (most recent call last): File "", line 1, in ImportError: cannot import name user Any ideas what could be wrong. Best regar