Re: The flatpages app question

2007-01-14 Thread zehi
Hello All! I guess, I must try to be more specific. What I am trying to achive is, to add mate names 'description' and 'keywords' to my flat page template and to admin. Thanks for any help and idea. On Jan 14, 10:01 am, "zehi" <[EMAIL PROTECTED]> wrote: Hello, Regarding thehttp://www.django

The flatpages app question

2007-01-14 Thread zehi
Hello, Regarding the http://www.djangoproject.com/documentation/flatpages/ I try to: 1 based on django/contrib/flatpages/models.py my app named b - O.K. 2 I'm trying to add to class FlatPage: keywords = models.CommaSeparatedIntegerField(_('keywords'), maxlength=200) description