Skip to content

Instantly share code, notes, and snippets.

@wolframite
Created July 14, 2015 05:20
Show Gist options
  • Save wolframite/093f09a614ad8bbd16d6 to your computer and use it in GitHub Desktop.
Save wolframite/093f09a614ad8bbd16d6 to your computer and use it in GitHub Desktop.
Control: RuntimeError: populate() isn't reentrant
(virtualenv)whuesken@glong ~/Cointrol $ cointrol/manage.py syncdb --noinput
Traceback (most recent call last):
File "cointrol/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/whuesken/Cointrol/virtualenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
File "/home/whuesken/Cointrol/virtualenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute
django.setup()
File "/home/whuesken/Cointrol/virtualenv/lib/python3.4/site-packages/django/__init__.py", line 21, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/whuesken/Cointrol/virtualenv/lib/python3.4/site-packages/django/apps/registry.py", line 78, in populate
raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment