What would be the best way to create an app setup? After uploading/installing an app to a server I would like a user to be able to start a setup page where he would choose a database/user/password and a few other configuration parameters. Problem is that for every called page model is executed and it wants to create a db object and create tables. Is it possible to execute a controller without a model and execute a model only after setting up database parameters?
-- --- 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/groups/opt_out.

