Skip to content

Instantly share code, notes, and snippets.

Created August 4, 2015 19:12
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 anonymous/bc3364ae5ba511566871 to your computer and use it in GitHub Desktop.
Save anonymous/bc3364ae5ba511566871 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/core/management/base.py", line 222, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/core/management/base.py", line 250, in execute
translation.activate('en-us')
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 90, in activate
return _trans.activate(language)
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 183, in activate
_active.value = translation(language)
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 173, in translation
current_translation = _fetch(language, fallback=default_translation)
File "/home/vagrant/.virtualenvs/eastafrica/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 141, in _fetch
res._info = res._info.copy()
AttributeError: 'NoneType' object has no attribute '_info'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment