Davy

Results 8 comments of Davy

Try -for test purpose- in the CORSConfiguration: * Also: the endpoint might be wrong. Do not use 's3', use 'glacier', e.g.: AWS_S3_ENDPOINT_URL = 'glacier.eu-west-1.amazonaws.com' Check this list of endpoints: https://docs.aws.amazon.com/general/latest/gr/glacier-service.html

for postgres: In file stats.py#53: time_extract_postgres = "to_char(created_at, 'yyyy:mm:dd:hh24:mi')" if settings.DATABASES['default']['ENGINE'] == 'django.db.backends.postgresql_psycopg2': time_extract = time_extract_postgres

Home assistant 2022.7.6: Same issue here: cannot copy/past in Safari on OSX. But it does work in Chrome. So that's a workaround.

Probably due to this rule: `LOG_VIEWER_FILES_PATTERN = '*.log*'` Try to remove it.

Bugfix for issue#3

Dear support Yes, in the sense that the key is in an environment variable and settings.py contains: EMAIL_USE_TLS = True EMAIL_BACKEND = 'django_mailjet.backends.MailjetBackend' MAILJET_API_KEY = 'f955caea0ef10ca2a5adcede42cee274' MAILJET_API_SECRET = os.environ['MAILJET_API_SECRET'] When...

Indeed, this is the case: > On 30 Oct 2016, at 14:03, DmitrII Gerasimenko [email protected] wrote: > > Also, please check that your 'from_email' argument matched with one of email...