Hi,

>
> verify if you are not using the same tablename for more than one entity
>

All my table names are unique...

> another thing.... you traceback says you are using elixir... so you can
> do that select by this way : TimeEntry.query.all()
>
> and, make sure you are not executing the create_all() command (since
> your database already exists)
>
> --
> Alexandre da Silva
> Analista de Sistemas - Bacharel em Sistemas de Informação (2003-2007)

I have a setup_all() at the bottom of my model.py file, but no
create_all(). I did find a redundant import that seemed to be causing
part of the problem, but upon getting rid of that, it always tries to
create the visit table.

Maybe I didn't set this up right from the beginning. Is anyone doing a
step-by-step tutorial of creating something with TG using SA or
Elixir?

Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to