I'm using sqlite for my database on a data intensive website that I want to push up very soon. I understand I need to go through ssh to administer things remotely. I definitely need to be able to administer groups and assign membership remotely via ssh. But will my changes show up if I make changes outside of appadmin provided by web2py? Some local testing using (python shell and sqlite3) worked but the change didn't show up when I looked at the relevant table with web2py appadmin interface.
I'm presuming I'm missing something here. Any recommendations? thanks in advance