Update REAME

This commit is contained in:
yiorgos marinellis 2020-05-11 10:15:40 +02:00
parent f9858f50ab
commit 8c519a6d56
1 changed files with 17 additions and 0 deletions

View File

@ -86,6 +86,23 @@ Testing
password ``ereuse``.
3. Execute at the root folder of the project ``python3 setup.py test``.
Migrations
**********
At this stage, migrations are created manually. To create a revision file
execute:
.. code:: bash
$ alembic revision -m "This is migration name"
Then edit the generated file with the necessary operations to perform the migration.
Apply migrations using:
.. code:: bash
$ alembic upgrade head
Generating the docs
*******************