We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df7083 commit 720c767Copy full SHA for 720c767
src/website/settings/base.py
@@ -29,7 +29,7 @@
29
# The paths for configuration file.
30
# The paths will be searched in order, and the first valid path will be used.
31
CONFIGURATION_FILE_PATHS = [
32
- os.path.join(BASE_DIR, '..', '..', WEBSITE_NAME_SLUG + '.config'),
+ os.path.join(BASE_DIR, '..', '..', 'config', WEBSITE_NAME_SLUG + '.config'),
33
os.path.join(BASE_DIR, '..', 'setup', WEBSITE_NAME_SLUG + '.config')
34
]
35
0 commit comments