#28955: RuntimeError: populate() isn't reentrant getting this error with 
python3,
django1.11,
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  testerankush                       |
                   Type:  Bug        |         Status:  new
              Component:  Core       |        Version:  2.0
  (Management commands)              |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Hello,
 Please send me urgent help.

 I configured code djangoresrframework for bakcend APIs and Angular2 for
 front-end. I uses docker, celery, postgres with in it.
 When I run the command "python3 manage.py runserver 0.0.0.0:8000" with
 define port than  It shows me the following error message :-

 Unhandled exception in thread started by <function
 check_errors.<locals>.wrapper at 0x7f6891032268>
 Traceback (most recent call last):
   File "/home/test/.local/lib/python3.6/site-
 packages/django/utils/autoreload.py", line 225, in wrapper
     fn(*args, **kwargs)
   File "/home/test/.local/lib/python3.6/site-
 packages/django/core/management/commands/runserver.py", line 112, in
 inner_run
     autoreload.raise_last_exception()
   File "/home/test/.local/lib/python3.6/site-
 packages/django/utils/autoreload.py", line 248, in raise_last_exception
     raise _exception[1]
   File "/home/test/.local/lib/python3.6/site-
 packages/django/core/management/__init__.py", line 327, in execute
     autoreload.check_errors(django.setup)()
   File "/home/test/.local/lib/python3.6/site-
 packages/django/utils/autoreload.py", line 225, in wrapper
     fn(*args, **kwargs)
   File "/home/test/.local/lib/python3.6/site-packages/django/__init__.py",
 line 24, in setup
     apps.populate(settings.INSTALLED_APPS)
   File "/home/test/.local/lib/python3.6/site-
 packages/django/apps/registry.py", line 81, in populate
     raise RuntimeError("populate() isn't reentrant")
 RuntimeError: populate() isn't reentrant

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28955>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.e9d9b5552ac69bca357b29998b99e100%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to