How to use attachment from database without downloading it in django
I have a blob file as attachment in one of my tables and I want to use
this file within a shell command without downloading the file in django.
Is that possible?
process = subprocess.Popen(['python', 'manage.py', 'command line')
To be more clear I need to parse the file without downloading it.
No comments:
Post a Comment