Hello
1. I have run
simple_webapp_using_sqlite.py successfully.
2. I have also added a new user and have confirmed with the mail I have received
3. After exiting the application (CTRL +C) I have checked in the example.db that was created and the new user was not added there.
In the above terminal stdio you can see that only the admin is there
....
sqlite> select * from users;
admin|admin|cLzRnzbEwehP6ZzTREh3A4MXJyNo+TV8Hs4//EEbPbiDoo+dmNg22f2RJC282aSwgyWv/O6s3h42qrA6iHx8yfw=|ad...@localhost.local|admin test user|2012-10-28 20:50:26.286723|
sqlite>
Thanks