Hello, I used the wizard for web2py to create an application. Initially web2py deployed to SQLite because of a bug in web2py where it uses AppConfig() to access the database instead of Storage <https://groups.google.com/forum/#!topic/web2py/aEG2qFdgKMs>.
But after pointing web2py to my MySQL database, it auto-created the auth tables. Just fine. However, after creating my `t_product` table, it tried to create a `t_product_archive` table and failed. The ticket for this error is here: http://tmp.metaperl.org/web2py-tickets/foreign-key-constraint-incorrectly-formed.html -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

