﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22388	python manage.py syncdb not working	khwaja	nobody	"when i type this command in windows cmd following error happens:

Traceback (most recent call last):
  File ""manage.py"", line 10, in <module>
    execute_from_command_line(sys.argv)
  File ""C:\Python27\lib\site-packages\django\core\management\__init__.py"", line
399, in execute_from_command_line
    utility.execute()
  File ""C:\Python27\lib\site-packages\django\core\management\__init__.py"", line
392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File ""C:\Python27\lib\site-packages\django\core\management\base.py"", line 242,
 in run_from_argv
    self.execute(*args, **options.__dict__)
  File ""C:\Python27\lib\site-packages\django\core\management\base.py"", line 280,
 in execute
    translation.activate('en-us')
  File ""C:\Python27\lib\site-packages\django\utils\translation\__init__.py"", lin
e 130, in activate
    return _trans.activate(language)
  File ""C:\Python27\lib\site-packages\django\utils\translation\trans_real.py"", l
ine 188, in activate
    _active.value = translation(language)
  File ""C:\Python27\lib\site-packages\django\utils\translation\trans_real.py"", l
ine 177, in translation
    default_translation = _fetch(settings.LANGUAGE_CODE)
  File ""C:\Python27\lib\site-packages\django\utils\translation\trans_real.py"", l
ine 158, in _fetch
    for appname in reversed(settings.INSTALLED_APPS):
TypeError: argument to reversed() must be a sequence



Please give me suggestions for removing this bug
"	Bug	closed	*.djangoproject.com	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
