Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created February 6, 2012 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byroncorrales/1755758 to your computer and use it in GitHub Desktop.
Save byroncorrales/1755758 to your computer and use it in GitHub Desktop.
test_user_18 subscribed to followed questions
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 220, in execute
output = self.handle(*args, **options)
File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/Users/bcorrales/code/django/personal/askbot-devel/askbot/management/commands/askbot_add_test_content.py", line 214, in handle_noargs
users, active_question, active_answer)
File "/Users/bcorrales/code/django/personal/askbot-devel/askbot/management/commands/askbot_add_test_content.py", line 168, in create_comments
body_text = COMMENT_TEMPLATE
File "/Users/bcorrales/code/django/personal/askbot-devel/askbot/models/__init__.py", line 945, in user_post_comment
self.assert_can_post_comment(parent_post = parent_post)
File "/Users/bcorrales/code/django/personal/askbot-devel/askbot/models/__init__.py", line 522, in user_assert_can_post_comment
raise e
askbot.exceptions.InsufficientReputation: Sorry, to comment any post a minimum reputation of 50 points is required. You can still comment your own posts and answers to your questions
[17:04:25] bcorrales:askbot-mac $ python manage.py runserver
Validating models...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment