Levi Velázquez
Levi Velázquez
I want to add docker compose file to several docker images, starting with postgres-backup-s3
I need to use Django 1.10.1. But when I try to run migrate command, I'm getting this: ``` Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File...
In vim, using template strings brokes the syntax highlight. Using `  Using ' instead of ` ![screen shot 2019-01-19 at 1 23...
I'm trying to upload files to my S3 bucket and I'm getting this error. I tried using boto3 and it worked fine. ``` self.name = self.storage.save(name, content, max_length=self.field.max_length) File "/usr/local/lib/python3.5/site-packages/django/core/files/storage.py",...