-
Fill .env based on .env.example.yml
-
Setup db and web containers:
$ docker-compose up -d
To generate migration:
$ flask db migrate -m "message"
To apply the changes described by the migration script to your database:
$ flask db upgrade
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fill .env based on .env.example.yml
Setup db and web containers:
$ docker-compose up -d
To generate migration:
$ flask db migrate -m "message"
To apply the changes described by the migration script to your database:
$ flask db upgrade