Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix settings error in canvas-cli #133

Merged
merged 2 commits into from
Oct 15, 2024
Merged

fix: fix settings error in canvas-cli #133

merged 2 commits into from
Oct 15, 2024

Conversation

jrwils
Copy link
Contributor

@jrwils jrwils commented Oct 15, 2024

The canvas-cli is erroring out when using because of not finding the settings file. When instantiating a command (i.e. canvas init), the following error is thrown:

ModuleNotFoundError: No module named 'settings'

This PR adds the settings file to pyproject.toml so that it can be found and referenced in the Django setup process.

@jrwils jrwils requested a review from a team as a code owner October 15, 2024 21:45
@jrwils jrwils requested review from aduane and jamagalhaes October 15, 2024 21:50
@jrwils jrwils merged commit 52e4438 into main Oct 15, 2024
4 checks passed
@jrwils jrwils deleted the feature/jw-settings-fix branch October 15, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants