Skip to content

Commit

Permalink
fix: command to run init-db (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Abigail Clennell <[email protected]>
  • Loading branch information
clenneabig authored Mar 25, 2024
1 parent c367d53 commit 951eec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ncea/level-2/flask/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def create_app():
As we have now integrated our database into our app we can now initialise it. To do this we can run the following command:

```bash
$ flask init-db
$ flask --app flaskapp init-db
Initialized the database.
```

Expand Down

0 comments on commit 951eec7

Please sign in to comment.