Ed Davison

Results 45 comments of Ed Davison
trafficstars

Now that the app runs though, I get an error: ![image](https://user-images.githubusercontent.com/549431/116716321-3a6b4400-a99d-11eb-9185-dd9e55fc798f.png) However, all of my Correspondents do show up on the left side of the screen: ![image](https://user-images.githubusercontent.com/549431/116716482-6c7ca600-a99d-11eb-9de3-ec7130367f77.png)

![image](https://user-images.githubusercontent.com/549431/116716675-a64dac80-a99d-11eb-964a-2cd835c92a13.png)

I believe we are running into the same issue here as well. We have a `bucket_name` specified in a `FileField` and the file gets uploaded to the right bucket, but...

Seems this can be fixed with the addition of `custom_domain` to the model, like: ``` class Attachment(models.Model): ... filename = models.CharField(max_length=255) uploaded_file = models.FileField( upload_to="attachments/", storage=S3Boto3Storage( bucket_name=settings.AWS_ARTIFACTS_BUCKET_NAME, custom_domain=settings.AWS_ARTIFACTS_CUSTOM_DOMAIN ), )...

I am using simple terminal and my prompt is too wide as well ![image](https://user-images.githubusercontent.com/549431/107824103-e4e4ab00-6d4e-11eb-8b2f-9cc133891f92.png)

cannot login for me here either with 2FA turned on as in the original posting error message. @jeffkowalski Can this be fixed without having to disable 2FA? Seems like an...

This would definitely be great to have and be able to enter 1830 instead of 6:30 PM. Much easier on the numpad data entry muscles.

A fix for this would be great as we rely on this for our work code and auto-wrap is critical for lines over, say, 1000 characters.

Good to know. When/if I get a chance I will let you know if that fixes it.