I just got started with Django and not before long I was thinking the
same as you. So I wrote this blog post:

http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/

It's really simple, but quite a valuable technique, I think. The main
idea is: Instead of extending the original flatpages module, we simply
copy it and modify it.

/ Benjamin

On Jul 3, 10:42 pm, Carl Karsten <[EMAIL PROTECTED]> wrote:
> I need to add some fields to flatpage model.  (like header image)
>
> is there a clean way to do this?
>
> I saw it come up before, and one comment was "model subclassing is not
> supported."  So now that it is supported...  I am going to learn that it wont
> help me with this problem?
>
> Carl K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to