We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de041e3 commit bc17efbCopy full SHA for bc17efb
2 files changed
README.md
@@ -329,7 +329,7 @@ from pony.orm import Database, PrimaryKey
329
from fastadmin import PonyORMModelAdmin, register, sync_to_async
330
331
db = Database()
332
-db.bind(provider="sqlite", filename=DB_SQLITE, create_db=False)
+db.bind(provider="sqlite", filename="db.sqlite", create_db=True)
333
334
class User(db.Entity):
335
id = PrimaryKey(int, auto=True)
docs/index.html
@@ -543,7 +543,7 @@ <h4>Pony ORM</h4>
543
544
545
546
547
548
549
0 commit comments