From 484c6bf8e58340769cfdb917d2f7a8aa7939fd60 Mon Sep 17 00:00:00 2001 From: noopy Date: Sun, 19 Apr 2020 06:20:08 +0900 Subject: [PATCH] switch order database config <-> template config in docs/installation.rst --- docs/installation.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 086ec77e..3857d6ba 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -77,15 +77,6 @@ maintain the order due to database relational constraints: 'wiki.plugins.macros.apps.MacrosConfig', -Database -~~~~~~~~ - -To sync and create tables, do: - -:: - - python manage.py migrate - Configure ``context_processors`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -118,6 +109,16 @@ to see the current default setting for this variable. }, ] +Database +~~~~~~~~ + +To sync and create tables, do: + +:: + + python manage.py migrate + + Set ``SITE_ID`` ~~~~~~~~~~~~~~~ -- 2.45.2