Ed Davison
Ed Davison
Now that the app runs though, I get an error:  However, all of my Correspondents do show up on the left side of the screen: 

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 
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.
ETA on this issue?
Good to know. When/if I get a chance I will let you know if that fixes it.