Add support for debugging and testing python in gitpod
This commit is contained in:
parent
99d1127109
commit
75a74b3ab7
14 changed files with 284 additions and 98 deletions
|
|
@ -279,7 +279,7 @@ class Command(BaseCommand):
|
|||
if p and not import_path.startswith(p):
|
||||
raise CommandError(
|
||||
"Importing in-place only works if importing "
|
||||
"from {} (MUSIC_DIRECTORY_PATH), as this directory"
|
||||
"from {} (MUSIC_DIRECTORY_PATH), as this directory "
|
||||
"needs to be accessible by the webserver."
|
||||
"Culprit: {}".format(p, import_path)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue