Hello!
Is there any way to get the size of one of my folders from Python (Django)?
Im trying with subprocess.Popen
, that works in the console, but it doesnt if its executed from django.
Or is there any way to get from Python the storage available in my account?