django-secrets
django-secrets copied to clipboard
Do not assume the current working directory is the directory containing manage.py
This allow calling manage.py from other location (for management commands) without any issues
Oh my! I was fighting a lot with those unit tests to get it working with Python2 and 3 .. hope it does not scare you to fix this. Reloading code in both versions was a lil tricky :(
What Python version do you use? I might also consider dropping support for 2.x, but version 3 musst run fine.
I use python 3.5 and indeed the ImportError -> writing the module -> Try to reimport the module do not work...
Did you have time to look into that import problem?
@nitmir i would cut loose the python2 implementation and if thats also cool for you, fixing that pr might be a lil easier. :)
I will be removing this issue in the next days as there seems no real need anymore.