-
Notifications
You must be signed in to change notification settings - Fork 211
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
Error was: Could not import settings 'project.settings.local' #200
Comments
@jonathan-s Which version you're trying to install, I patched this error a while ago and it's in the master right now. Have you tried to install Django(nonrel fork) first ? |
I am getting this error as well. Heres my traceback
It looks like the issue is being caused by EDIT: After some further investigation, I found that this is being caused by having the To reproduce, just run: |
ERROR:root:Error while trying to get django settings module.
Error was: Could not import settings 'project.settings.local' (Is it on sys.path? Is there an import error in the settings file?): No module named project.settings.local
I get this error as I try to pip install it from the repo. Any clues? If I try to import it from python it works perfectly.
The text was updated successfully, but these errors were encountered: