On May 31, 10:32 am, Chris Rebert <c...@rebertia.com> wrote: > 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>
Not "obviously" Django at all. > > 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 Arf ! I just told the guy he was on the wrong group when he (re?)posted this on django-users. -- http://mail.python.org/mailman/listinfo/python-list