Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "manage.py", line 10, in <module>
  3.     execute_from_command_line(sys.argv)
  4.   File "D:\Python27\lib\site-packages\django\core\management\__init__.py", line 399, in execute_from_command_line
  5.     utility.execute()
  6.   File "D:\Python27\lib\site-packages\django\core\management\__init__.py", line 392, in execute
  7.     self.fetch_command(subcommand).run_from_argv(self.argv)
  8.   File "D:\Python27\lib\site-packages\django\core\management\base.py", line 242, in run_from_argv
  9.     self.execute(*args, **options.__dict__)
  10.   File "D:\Python27\lib\site-packages\django\core\management\base.py", line 280, in execute
  11.     translation.activate('en-us')
  12.   File "D:\Python27\lib\site-packages\django\utils\translation\__init__.py", line 130, in activate
  13.     return _trans.activate(language)
  14.   File "D:\Python27\lib\site-packages\django\utils\translation\trans_real.py", line 188, in activate
  15.     _active.value = translation(language)
  16.   File "D:\Python27\lib\site-packages\django\utils\translation\trans_real.py", line 177, in translation
  17.     default_translation = _fetch(settings.LANGUAGE_CODE)
  18.   File "D:\Python27\lib\site-packages\django\utils\translation\trans_real.py", line 159, in _fetch
  19.     app = import_module(appname)
  20.   File "D:\Python27\lib\site-packages\django\utils\importlib.py", line 40, in import_module
  21.     __import__(name)
  22. ImportError: No module named longerusername
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement