I'm developing locally and using Git to manage and push updates to my server (pythonganywhere) via github.
I've excluded databases in gitignore but need to migrate the wiki tables. I think I could add !databases/*wiki* to the gitignore for the sqlite tables but I'm thinking ahead when I plan to shift to mysql for this app. Do you create an export and import process for the data? I also read that I'll need to "regenerate" the wiki html and perhaps can add this to the import script. -- --- 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.

