incompatibility django_test_manage.py with django-configurations
on line 20 in django_test_manage.py (from pycharm) django.conf gets imported. after that on line 44 the django manage file gets imported.
but we need a way to start django_configurations before the django.conf import because django_configurations monkey patch the python imports.
i've tried it and moved lines 18-23 to line 43 in django_test_manage.py -> django-configurations is able to run
it would be nice if you could integrate this change so we dont have to patch django_test_manage.py on every pycharm upgrade.
thx
Please sign in to leave a comment.
Hello,
Please vote for the feature request https://youtrack.jetbrains.com/issue/PY-50954 to be updated on any comments and increase the priority.