Skip to content

Commit

Permalink
fix: add missing step to fix settings_… dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 9, 2024
1 parent 5472b9d commit 9d91f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/customize-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d91f9e

Please sign in to comment.