bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
653 stars 234 forks source link

Add files from shell #186

Closed lucasvazq closed 5 years ago

lucasvazq commented 5 years ago

How I can upload files using shell? I mean, create an instance with files only with shell. I try ImageField from django for my images but doesn't work

bradleyg commented 5 years ago

I'm afraid this isn't possible right now, and not something I have planned.

Thanks