refactor: improve database migrations

This commit is contained in:
Eneko Illarramendi 2020-04-16 15:23:38 +02:00
parent 6651122bb6
commit 490e166f75
17 changed files with 192 additions and 119 deletions

View file

@ -61,6 +61,7 @@ You will need to set the variables in .env.example, and rename the file to .env
Running the server
------------------
$ flask migrate
$ flask run
There is an environment variable called `FLASK_ENV` that has to be set to `development`