Changes between Initial Version and Version 1 of Ticket #28955


Ignore:
Timestamp:
Dec 21, 2017, 9:16:39 AM (6 years ago)
Author:
Tim Graham
Comment:

This ticket tracker is for reporting bugs. See TicketClosingReasons/UseSupportChannels for ways to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28955

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #28955 – Description

    initial v1  
    44I configured code djangoresrframework for bakcend APIs and Angular2 for front-end. I uses docker, celery, postgres with in it.
    55When I run the command "python3 manage.py runserver 0.0.0.0:8000" with define port than  It shows me the following error message :-
    6 
     6{{{
    77Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f6891032268>
    88Traceback (most recent call last):
     
    2222    raise RuntimeError("populate() isn't reentrant")
    2323RuntimeError: populate() isn't reentrant
     24}}}
Back to Top