Update documentation

This commit is contained in:
Bruno Alla 2023-02-02 12:05:18 +00:00
parent 82f017266c
commit b98618bb88
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -187,3 +187,7 @@ For status check, run::
supervisorctl status
Media files without cloud provider
----------------------------------
If you chose no cloud provider and Docker, the media files will be served by an nginx service, from a ``production_django_media`` volume. Make sure to keep this around to avoid loosing any media files.

View File

@ -69,7 +69,7 @@ cloud_provider:
3. Azure_
4. None
Note that if you choose no cloud provider, media files won't work.
If you choose no cloud provider and docker, the media files will be served by a nginx Docker service in production. Without Docker, the media files won't work.
mail_service:
Select an email service that Django-Anymail provides