Skip to content
Snippets Groups Projects
Commit a108ad8b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update readme to reflect use of flask-migrate

parent 31397c4e
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ For example, the application could be launched as follows: ...@@ -54,6 +54,7 @@ For example, the application could be launched as follows:
```bash ```bash
$ export FLASK_APP=compendium_v2.app $ export FLASK_APP=compendium_v2.app
$ export SETTINGS_FILENAME=config-example.json $ export SETTINGS_FILENAME=config-example.json
$ flask db upgrade
$ flask run $ flask run
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment