Trying to install django-tagging.

I put a copy of the tagging directory in my project folder:
MyProject/
    App1/
    App2/
    Tagging/

I ran tagging's setup.py from a separate directory outside of my
project folder. Syncdb created tag and tagged_item tables. I added
TagField to a model: tag = models.TagField()

When I saved the model, the server validated the models and gives me
an error:
* 'module' object has no attribute 'TagField'

What's that mean?



--
Austin


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

Reply via email to