On Tue, May 31, 2011 at 1:21 AM, michal.bulla <michal.bu...@gmail.com> wrote:
> Hello,
>
> I'm trying to create simple method to create category. I set the model
> category:
>
> class Category(db.Model):
>  title = db.StringProperty(required=True)
>  clashes_count = db.IntegerProperty(default=0)
<snip some obviously Django-using code>
> The problem is that I'm getting an error BadValueError: Property title
> is required. Can you help me with that ? Thanks

Try asking on the Django mailing list:
http://groups.google.com/group/django-users

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to