Levi Velázquez

Results 4 issues of 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...

stale

In vim, using template strings brokes the syntax highlight. Using ` ![screen shot 2019-01-19 at 1 23 29 pm](https://user-images.githubusercontent.com/1551006/51430785-e2eea300-1bed-11e9-97e9-4ed4455e7fa2.png) 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",...