Skip to content
Snippets Groups Projects
Commit 107c1224 authored by plup's avatar plup
Browse files

bugfix: changed settings filename in install command

parent 411c3733
No related branches found
No related tags found
1 merge request!158Load djangoldp conguration from YAML file
Pipeline #7550 passed with stage
in 5 minutes and 4 seconds
......@@ -81,7 +81,7 @@ def install():
try:
# load dependencies from config file
path = Path.cwd() / 'config.yml'
path = Path.cwd() / 'settings.yml'
with open(path, 'r') as f:
dependencies = yaml.safe_load(f).get('dependencies', [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment