Skip to content

Commit

Permalink
Test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 3, 2023
1 parent 87d141d commit f4ace2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tortoise/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run_tests():
async def init():
# Here we create a SQLite DB using file "db.sqlite3"
# also specify the app name of "models"
# which contain models from "app.models"
# which contain models from "article.models"
await Tortoise.init(
db_url="sqlite://tortoise_db.sqlite3",
modules={"models": ["article.models"]},
Expand Down

0 comments on commit f4ace2b

Please sign in to comment.