Skip to content

Commit 720c767

Browse files
Update the config file paths.
1 parent 9df7083 commit 720c767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/website/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The paths for configuration file.
3030
# The paths will be searched in order, and the first valid path will be used.
3131
CONFIGURATION_FILE_PATHS = [
32-
os.path.join(BASE_DIR, '..', '..', WEBSITE_NAME_SLUG + '.config'),
32+
os.path.join(BASE_DIR, '..', '..', 'config', WEBSITE_NAME_SLUG + '.config'),
3333
os.path.join(BASE_DIR, '..', 'setup', WEBSITE_NAME_SLUG + '.config')
3434
]
3535

0 commit comments

Comments
 (0)