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
By following the installation guide, I had an exception: AttributeError: 'Settings' object has no attribute 'QA_SETTINGS'
AttributeError: 'Settings' object has no attribute 'QA_SETTINGS'
By adding the following to the settings in my main project file fixed the exception:
QA_SETTINGS = { 'qa_messages': True, 'qa_description_optional': False, 'count_hits': True, 'reputation': { 'CREATE_QUESTION': 0, 'CREATE_ANSWER': 0, 'CREATE_ANSWER_COMMENT': 0, 'CREATE_QUESTION_COMMENT': 0, 'ACCEPT_ANSWER': 0, 'UPVOTE_QUESTION': 0, 'UPVOTE_ANSWER': 0, 'DOWNVOTE_QUESTION': 0, 'DOWNVOTE_ANSWER': 0, } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By following the installation guide, I had an exception:
AttributeError: 'Settings' object has no attribute 'QA_SETTINGS'
By adding the following to the settings in my main project file fixed the exception:
The text was updated successfully, but these errors were encountered: