mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Fix typos and rephrase
Co-authored-by: Arkadiusz Ryś <arkadiusz.michal.rys@gmail.com>
This commit is contained in:
parent
9efed2ee70
commit
68880392be
|
@ -190,4 +190,4 @@ For status check, run::
|
|||
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.
|
||||
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 losing any media files.
|
||||
|
|
|
@ -69,7 +69,7 @@ cloud_provider:
|
|||
3. Azure_
|
||||
4. None
|
||||
|
||||
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.
|
||||
If you choose no cloud provider and docker, the production stack will serve the media files via an nginx Docker service. Without Docker, the media files won't work.
|
||||
|
||||
mail_service:
|
||||
Select an email service that Django-Anymail provides
|
||||
|
|
Loading…
Reference in New Issue
Block a user