diff --git a/docs/dev/02_install_apps.rst b/docs/dev/02_install_apps.rst index cf07cb382006a7683f854d123404098772113fe6..9ecfcc595f24cf6a6577264aea617ce2088c1c37 100644 --- a/docs/dev/02_install_apps.rst +++ b/docs/dev/02_install_apps.rst @@ -16,3 +16,12 @@ Installing apps into the existing virtual environment is a bit awkward:: This will install the Exlibris app (library management) app by using a shell for first ``cd``'ing into the app directory and then using poetry to install the app. + + +Migrate the database +-------------------- + +After installing or updating any apps, the database must be updated as +well by running Django's ``migrate`` command:: + + poetry run ./manage.py migrate