Closed krosenmann closed 6 years ago
And with sys.path.append('..')
everything works fine, but adding this string to every project looks kinda stupid.
Seems I accidentally removed a line that uses the parent directory as the import root in one of the latest commits. I’ll fix this asap! Thank you for reporting!
Fixed in 1.7.2
If I try to import this module from +1 level of file system then importing work correctly either running with uwsgi. Uwsgi backtrace from
example
folder shows the same error.I found that U cannot import module when U stay in imported module folder. It looks like a reason.
Django 2.0.8, python 3.6