pydevd
Results
2
issues of
pydevd
Trying to use this package in my project. I'm done everything as in the manual, but I'm getting this error: ` django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.` Stack trace: Traceback (most...
This error appears in the Docker with Django DRF application. ```python Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/meinheld/mlogging.py", line 187, in _access 'h': environ.get('REMOTE_ADDR', '-'), SystemError: returned a result with...