Docs - fix 'fr' translations
This commit is contained in:
@ -258,8 +258,8 @@ To send emails, a valid ``EMAIL_URL`` must be provided:
|
||||
- with STARTTLS: ``smtp://username:password@smtp.example.com:587/?tls=True``
|
||||
|
||||
.. warning::
|
||||
| - If the email URL is invalid, the application may not start.
|
||||
| - Sending emails with Office365 may not work if SMTP auth is disabled.
|
||||
| If the email URL is invalid, the application may not start.
|
||||
| Sending emails with Office365 may not work if SMTP auth is disabled.
|
||||
|
||||
.. versionchanged:: 0.5.3
|
||||
|
||||
|
@ -11,7 +11,7 @@ Administrator
|
||||
|
||||
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgres
|
||||
|
||||
It must start with ``postgresql://`` (engine URLs starting with ``postgres://`` are no longer supported).
|
||||
The variable ``DATABASE_URL`` must start with ``postgresql://` (engine URLs starting with ``postgres://`` are no longer supported).
|
||||
|
||||
- Check the email URL in `environment variables <../installation.html#envvar-EMAIL_URL>`__ if the following error is displayed in **gunicorn** logs:
|
||||
|
||||
|
Reference in New Issue
Block a user