First time here? Check out the FAQ!

oz's profile - activity

2016-10-08 22:07:18 -0500 received badge Popular Question (source)
2016-10-08 22:07:18 -0500 received badge Notable Question (source)
2014-08-08 09:25:09 -0500 received badge Student (source)
2014-08-08 07:41:17 -0500 received badge Famous Question (source)
2014-05-15 07:37:26 -0500 commented answer What is this "dummy" tag and how to remove it?

_1) - try deleting that tag via the category editor interface_ --- where is located that interface?

2014-05-15 07:09:11 -0500 asked a question NameError: name 'Command' is not defined when run fix_question_tags

Hello

python manage.py fix_question_tags appears to be broken in the latest master branch. Traceback:

$ python manage.py fix_question_tags
Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.5-py2.7.egg/django/core/management/__init__.py", line 469, in execute_manager
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.5-py2.7.egg/django/core/management/__init__.py", line 392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.5-py2.7.egg/django/core/management/__init__.py", line 272, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.5-py2.7.egg/django/core/management/__init__.py", line 77, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/usr/local/lib/python2.7/dist-packages/Django-1.5-py2.7.egg/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/<REMOVED_LOCAL_PATH>/askbot/askbot/management/commands/fix_question_tags.py", line 30, in <module>
    class Command(Command):
NameError: name 'Command' is not defined

Or am I missing something?