Changes between Initial Version and Version 1 of Ticket #28955
- Timestamp:
- Dec 21, 2017, 9:16:39 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28955
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #28955 – Description
initial v1 4 4 I configured code djangoresrframework for bakcend APIs and Angular2 for front-end. I uses docker, celery, postgres with in it. 5 5 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 :- 6 6 {{{ 7 7 Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f6891032268> 8 8 Traceback (most recent call last): … … 22 22 raise RuntimeError("populate() isn't reentrant") 23 23 RuntimeError: populate() isn't reentrant 24 }}}