mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-10 14:02:35 +03:00
edit README.rst
This commit is contained in:
parent
b40d25eff1
commit
97b0c005ae
|
@ -52,7 +52,7 @@ Features
|
||||||
* Optional basic ASGI setup for Websockets
|
* Optional basic ASGI setup for Websockets
|
||||||
* Optional custom static build using Gulp and livereload
|
* Optional custom static build using Gulp and livereload
|
||||||
* Send emails via Anymail_ (using Mailgun_ by default or Amazon SES if AWS is selected cloud provider, but switchable)
|
* Send emails via Anymail_ (using Mailgun_ by default or Amazon SES if AWS is selected cloud provider, but switchable)
|
||||||
* Media storage using Amazon S3 or Google Cloud Storage
|
* Media storage using Amazon S3, Google Cloud Storage or a local nginx docker instance
|
||||||
* Docker support using docker-compose_ for development and production (using Traefik_ with LetsEncrypt_ support)
|
* Docker support using docker-compose_ for development and production (using Traefik_ with LetsEncrypt_ support)
|
||||||
* Procfile_ for deploying to Heroku
|
* Procfile_ for deploying to Heroku
|
||||||
* Instructions for deploying to PythonAnywhere_
|
* Instructions for deploying to PythonAnywhere_
|
||||||
|
@ -189,7 +189,8 @@ Answer the prompts with your own desired options_. For example::
|
||||||
Select cloud_provider:
|
Select cloud_provider:
|
||||||
1 - AWS
|
1 - AWS
|
||||||
2 - GCP
|
2 - GCP
|
||||||
3 - None
|
3 - nginx
|
||||||
|
4 - None
|
||||||
Choose from 1, 2, 3 [1]: 1
|
Choose from 1, 2, 3 [1]: 1
|
||||||
custom_bootstrap_compilation [n]: n
|
custom_bootstrap_compilation [n]: n
|
||||||
Select open_source_license:
|
Select open_source_license:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user