Re: Attribute error

2011-05-01 Thread DJ Ango
Capitalize class names. class Wish(models.Model): the_wish = models.CharField(max_length=100) On Apr 30, 4:26 pm, Pulkit Mehrotra wrote: > changed the name but nothing happened > the django version is 1.3 -- You received this message because you are subscribed

Re: form input

2011-05-01 Thread DJ Ango
in models.py you define your database fields: The use a ModelForm: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#modelform Or try the generic create/update/delete views: http://docs.djangoproject.com/en/dev/ref/generic-views/?from=olddocs#create-update-delete-generic-views On

Re: Django or CMS.

2010-02-05 Thread DJ Ango
Dude django-cms is great. Has most of that stuff. Try it out, my non- tech buddies use it easily. http://www.django-cms.org/ On Feb 5, 4:09 am, "Rob B (uk)" wrote: > The design agency I work for are looking into CMS options.  Being a > Django man myself I'm hoping to