Re: Django stops working with RuntimeError: populate() isn't reentrant

2016-12-24 Thread ludovic coues
it's hard to tell without any code but I would bet on something akin to circular import. You could try to remove your application from INSTALLED_APPS in settings.py then put them back in one by one. This should reduce the amount of code to check. On 23 Dec 2016 9:48 a.m., "pradam programmer" wr

Re: Django stops working with RuntimeError: populate() isn't reentrant

2016-12-23 Thread pradam programmer
this is the traceback i am getting.. (dj-1.7)mahiti@mahiti:~/SST$ python manage.py runserver Traceback (most recent call last): File "manage.py", line 14, in execute_from_command_line(sys.argv) File "/home/mahiti/dj-1.7/local/lib/python2.7/site-packages/ django/core/management/__init__.py"

Re: Django stops working with RuntimeError: populate() isn't reentrant

2016-12-23 Thread Babatunde Akinyanmi
How about the stack trace? On 22 Dec 2016 16:43, "pradam programmer" wrote: > I restarted hundred times still can't able to rectify it > > On 22 Dec 2016 9:07 pm, "ADEWALE ADISA" wrote: > > Restart the server > On Dec 22, 2016 4:27 PM, "pradam programmer" > wrote: > >> Hi Guys, >> I am unable

Re: Django stops working with RuntimeError: populate() isn't reentrant

2016-12-22 Thread pradam programmer
I restarted hundred times still can't able to rectify it On 22 Dec 2016 9:07 pm, "ADEWALE ADISA" wrote: Restart the server On Dec 22, 2016 4:27 PM, "pradam programmer" wrote: > Hi Guys, > I am unable to rectify this error I am doing the following things: > 1. I am running the project in django

Re: Django stops working with RuntimeError: populate() isn't reentrant

2016-12-22 Thread ADEWALE ADISA
Restart the server On Dec 22, 2016 4:27 PM, "pradam programmer" wrote: > Hi Guys, > I am unable to rectify this error I am doing the following things: > 1. I am running the project in django 1.7 later upgraded to 1.7.11 to > check whether I fix the issue but no use. :( > 2. In settings.py I comme

Django stops working with RuntimeError: populate() isn't reentrant

2016-12-22 Thread pradam programmer
Hi Guys, I am unable to rectify this error I am doing the following things: 1. I am running the project in django 1.7 later upgraded to 1.7.11 to check whether I fix the issue but no use. :( 2. In settings.py I commented the allowed_host = [*] still no use :( I don't know why this error is coming..