=========== Quickstart =========== Create one file with the following contents (which I call ``runserver.py``):: from sandman.model import register, Model # Insert Models here # Register models here # register((Model1, Model2, Model3)) from sandman import app, db app.config['SQLALCHEMY_DATABASE_URI'] = '