On Feb 10, 9:26 pm, djangomg <e...@vianet.ca> wrote:
>
> I am building a cms with page regions, I need to render a dynamic # of
> textareas on the admin site and have them combine into a single
> database field in the db.

Wrong approach IMHO. If you have multiple page regions per page, each
needing it's own textarea, then you should have a PageRegion model
object, with a ForeignKey pointing to the page object.

My 2 cents.

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

Reply via email to