Skip to content

Commit

Permalink
improve failed to find django app name error message (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer authored Apr 7, 2023
1 parent 16bb06a commit f39465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl PythonProvider {
}
}
}
bail!("Failed to find django application name!")
bail!("Failed to find your WSGI_APPLICATION django setting. Add this to continue.")
}

fn parse_pipfile_python_version(file_content: &str) -> Result<Option<String>> {
Expand Down

0 comments on commit f39465d

Please sign in to comment.