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 'my_sites' clashes with
related m2m field 'Site.flatpage_set'. Add a related_name argument to
the definition for 'my_sites'.


Im not sure whats wrong here. I copied the flatpages app to my python
path so I can modify it
and now this is where Im at??? ;/

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