Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread TheRedRabbit
Thank you sooo much :) -- 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

Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread TheRedRabbit
Hi Daniel Thanks for the response. I actually tried that and the only issue I had with stacked inline was it made the admin page look real ugly. Instead of one form it displayed 3, is there a way to default it to display only one form? Thanks again. -- You received this message because you are

Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread TheRedRabbit
Im getting this error when I run syncdb: Error: One or more models did not validate: flatpages.flatpage: Accessor for m2m field 'sites' clashes with related m2m field 'Site.flatpage_set'. Add a related_name argument to the definition for 'sites'. my_flatpages.flatpage: Accessor for m2m field

Re: Adding a new collapsed form in Flatpages

2011-01-22 Thread TheRedRabbit
I found this http://groups.google.com/group/django-users/browse_thread/thread/865e1d3b52f18bb6 It explains that you would have to copy the flatpages module and modify it, instead of modifying the actual flatpage in the django installation. The link does not work so Il post my solution once I

Adding a new collapsed form in Flatpages

2011-01-22 Thread TheRedRabbit
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

Re: Setup issue

2011-01-05 Thread TheRedRabbit
On Jan 4, 10:17 pm, Phil wrote: > Hi all, > > I am having a setup issue on my personal laptop, I got through setup > and couple of tutorials on my Mac in work but not having any joy at > home. I'm running Ubuntu 10.04 Lucid Lynx. > > I run "import django" and I don't get any