From 9d91f9e5d657c71e6703d3cc31cb29c06a651af1 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:44:29 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20add=20missing=20step=20to=20fix=20settin?= =?UTF-8?q?gs=5F=E2=80=A6=20dirs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/customize-cms.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/customize-cms.md b/docs/customize-cms.md index 11a0ff032..3ef1c3c24 100644 --- a/docs/customize-cms.md +++ b/docs/customize-cms.md @@ -15,8 +15,9 @@ To override any standard or custom CMS settings, edit `server/conf/cms/settings_ > **Note:** If your `settings_custom.py` and `settings_local.py` are directories, then they were not properly created before starting environment. To fix: > 1. Run `make stop`. -> 2. [Add CMS settings.](../README.md#CMS) -> 3. Run `make start`. +> 2. Delete directories named `settings_….py` +> 3. [Add CMS settings.](../README.md#CMS) +> 4. Run `make start`. ## Advanced