Wednesday, February 1, 2012

Inherited manytomany field not showing up in django shell

I am working on blog application. I have made class "GenericBlog",
which I am inheriting to a class Blog.There is a manytomany field in
the GenericBlog class called "sites".

The problem in this that when I try to create an object of "Blog", in
the django shell, it gives an error "sites si an invalid keyword".

I would be very grateful, if you can help me with a possible solution
to this problem


Kabir

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment