That makes sense, and sure enough, that was the problem. Thanks for pointing
it out. I had tagging in my PYTHONPATH, but didn't realize I needed it in
INSTALLED_APPS as well. Thank you very much.

-Travis

On Wed, Apr 2, 2008 at 9:49 AM, Marty Alchin <[EMAIL PROTECTED]> wrote:

>
> On Wed, Apr 2, 2008 at 11:39 AM, Travis Ringger <[EMAIL PROTECTED]>
> wrote:
> > I have installed the django-tagging dependency and have run
> > syncdb a few times, but I have no tagging_tag table.
>
> Did you just download django-tagging and put it on your PYTHONPATH, or
> did you actually add it to your INSTALLED_APPS setting like you're
> supposed to? Without being in INSTALLED_APPS, Django has no way of
> knowing that it should create a table for it when you run syncdb.
>
> -Gul
>
> >
>

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