Carl Karsten wrote: > This is probably a zyons problem, but maybe someone here can help this nifty > project. > > [EMAIL PROTECTED]:~/django/zyons/zilbo$ ./manage.py syncdb > Error: Couldn't install apps, because there were errors in one or more models: > zilbo.common.comment: 'module' object has no attribute 'GenericForeignKey' > zilbo.common.event: 'module' object has no attribute 'GenericForeignKey' > zilbo.common.counter: 'module' object has no attribute 'GenericForeignKey' > zilbo.common.forum: 'module' object has no attribute 'GenericForeignKey' > zilbo.common.tag: 'module' object has no attribute 'GenericForeignKey' > > > [EMAIL PROTECTED]:~/django/zyons/zilbo$ grep -r --include "*.py" GenericF * > common/comment/models.py: content_object = models.GenericForeignKey() > > The server was running, so I hit it with a browser, below is the dump.
didn't grep enough: django/contrib/contenttypes/generic.py: class GenericForeignKey() How do I 'use' generic.py ? 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 -~----------~----~----~----~------~----~------~--~---