From c8639553dc2837b9a4db633c38abfdf760ad2085 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 10 Apr 2024 07:57:21 -0500 Subject: [PATCH] Fix docs w/import issue. Refs #190 --- docs/getting-started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index ed5272b..6ff35ff 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -153,9 +153,10 @@ After cleaning up the imports and declarations, we have something like the follo import datetime from flask import Flask + + from peewee import * from flask_peewee.auth import Auth from flask_peewee.db import Database - from peewee import * # configure our database DATABASE = {