Commit 724ecf2b authored by Michele Del Giudice's avatar Michele Del Giudice
Browse files

Updated Readme

parent b33f7df1
......@@ -42,7 +42,6 @@ Database migrations (Flask-Migrate / Alembic)
After installing requirements, initialize and run migrations with the Flask CLI. Example:
```bash
export FLASK_APP=app:create_app
flask db init # only once
flask db migrate -m "initial"
flask db upgrade
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment