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 to the Google Groups
"Djang
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 Ap
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 convince them to build one us
3 matches
Mail list logo