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.