appadmin does not look at files or databases. It only looks at define_table in your models. You need to define_table (...,migrate=False) for existing tables.
On Dec 9, 10:39 am, voltron <[EMAIL PROTECTED]> wrote: > Are there things that I have to look out for when trying to connect to > an existing SQLite database? I can see the databse in the appadmin, > but no data is displayed, which is very starnge because I can use > several tools to see and manipulate the data like SQLiteman, SQLite > Manger(firfox) > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

