Skip to content

Commit

Permalink
Fix docs w/import issue.
Browse files Browse the repository at this point in the history
Refs #190
  • Loading branch information
coleifer committed Apr 10, 2024
1 parent 48765d2 commit c863955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c863955

Please sign in to comment.