As per the tutorials I am trying to create my own project. Followed
every step up to creating database; syncdb. But in interactive shell
when trying out  ' from student_cce.models import abhivyakti ' command
where student_cce is name of my project model and abhivyakti is name
of my databse table it is giving me error : ' ImportError: cannot
import name abhivyakti ' where I have already defined abhivyakti as
model in settings.py. Please give me the solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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