# db settingsAPP_FOLDER = os.path.dirname(__file__)APP_NAME = os.path.split(APP_FOLDER)[-1]# DB_FOLDER: Sets the place where migration files will be created# and is the store location for SQLite databasesDB_FOLDER = os.path.join(APP_FOLDER, "databases")DB_URI = "sqlite://storage.db"DB_POOL_SIZE = 1
# db settingsAPP_FOLDER = os.path.dirname(__file__)APP_NAME = os.path.split(APP_FOLDER)[-1]# DB_FOLDER: Sets the place where migration files will be created# and is the store location for SQLite databasesDB_FOLDER = os.path.join(APP_FOLDER, "databases")DB_URI = "google:datastore"DB_POOL_SIZE = 1