Skip to content
Snippets Groups Projects
Unverified Commit 2e809af5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Document migrating the database.

parent 6d2551ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment