summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-28 10:38:44 -0700
committerAndrew Godwin2022-11-28 10:38:52 -0700
commit974378c29288549b9a05af49c37d3492f7a15e93 (patch)
tree75650d4067503870f75f2c7767ac8c61a4a83d1b
parent8c51229fc66af7ce426135553d9caef9dfc37809 (diff)
downloadtakahe-974378c29288549b9a05af49c37d3492f7a15e93.tar.gz
takahe-974378c29288549b9a05af49c37d3492f7a15e93.tar.bz2
takahe-974378c29288549b9a05af49c37d3492f7a15e93.zip
Add migrations to installation
-rw-r--r--docs/installation.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 9f23e41..3574338 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -119,6 +119,18 @@ be provided from the first boot.
should get them.
+Migrations
+----------
+
+You will have to run ``manage.py migrate`` when you first install Takahē in
+order to create the database tables; how you do this is up to you. You can
+shell into a running machine, create a one-off task that uses the Docker image,
+or something else.
+
+You will also have to run this for minor version releases when new migrations
+are present; the release notes for each release will tell you if one is.
+
+
Making An Admin Account
-----------------------