diff --git a/.vscode/launch.json b/.vscode/launch.json index 7f65bcd..7aa2cc8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,7 +22,7 @@ "program": "${workspaceFolder}/manage.py", "args": [ "runserver", - "--settings=apis.settings.local_dev" + "--settings=apis.settings.dev" ], "django": true }, @@ -49,28 +49,28 @@ "django": true }, { - "name": "Paas remote Jupyter", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/manage.py", - "args": [ - "shell_plus", - //"--notebook", - "--settings=apis.settings.paas_remote" - ], - "django": true - }, + "name": "Paas remote Jupyter", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/manage.py", + "args": [ + "shell_plus", + //"--notebook", + "--settings=apis.settings.paas_remote" + ], + "django": true + }, { - "name": "Paas local Jupyter", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/manage.py", - "args": [ - "shell_plus", - //"--notebook", - "--settings=apis.settings.local_dev" - ], - "django": true - }, + "name": "Paas local Jupyter", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/manage.py", + "args": [ + "shell_plus", + //"--notebook", + "--settings=apis.settings.local_dev" + ], + "django": true + }, ] } \ No newline at end of file diff --git a/apis/settings/local_dev.py b/apis/settings/local_dev.py index 931bc7e..3246c90 100644 --- a/apis/settings/local_dev.py +++ b/apis/settings/local_dev.py @@ -83,7 +83,7 @@ STATICFILES_DIRS = [BASE_DIR + "/member_images"] -SASS_ROOT = os.path.join(BASE_DIR, 'paas_theme', 'static','theme', 'css') +SASS_ROOT = os.path.join(BASE_DIR, 'paas_theme', 'static', 'css') SASS_PROCESSOR_ROOT = SASS_ROOT STATICFILES_FINDERS = [