I want to add a new form to the admin interface of the Flatpages app.

The only way I can think of doing this is by hacking the actual django
flatpages app.

What Im trying to add is an optional form that can be filled in from
the admin interface
of the flatpages app and it will display an advert on the side of the
page.

I initially started writing a stand alone app but the problem is with
100 pages I have to
go through a list of all my flatpages to associate an ad with one of
them. So Im thinking the better
way is to add the form to the actual flatpages app so if I want to
display an ad on a certain flatpage
Il just uncollapse that form and fill in the details for an ad to
appear on that flatpage Im editing.

Any help is appreciated.
Thanks

-- 
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 
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