On Thu, Jan 7, 2010 at 11:50 PM, sridharpandu <sridharpa...@gmail.com> 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", and it contains a class named "User".

Kenneth was suggesting that you change the "ontrib" in what you posted
to "contrib" and see what happens.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to