We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am just trying this out and I got the following error:
-> % python3 flaskr.py Traceback (most recent call last): File "flaskr.py", line 8, in from opencricket.config import config ImportError: cannot import name 'config'
I see there is nothing named config inside the config folder.
The text was updated successfully, but these errors were encountered:
After this commit 3d4d89d config.py is added in the project. git.ignore contains a config.py entry
---Solution/Work Around---
renaming config.ci.py to config.py will do the job located at : \opencricket\config.ci.py
Sorry, something went wrong.
No branches or pull requests
I am just trying this out and I got the following error:
-> % python3 flaskr.py
Traceback (most recent call last):
File "flaskr.py", line 8, in
from opencricket.config import config
ImportError: cannot import name 'config'
I see there is nothing named config inside the config folder.
The text was updated successfully, but these errors were encountered: