mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Remove gunicorn from installed apps
I can't find the requirement of adding it to INSTALLED_APPS on the Django or the Gunicorn docs. https://docs.gunicorn.org/en/latest/run.html?highlight=django#django https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/gunicorn/
This commit is contained in:
parent
77e8cf55c4
commit
a25c406975
|
@ -179,10 +179,6 @@ ANYMAIL = {
|
|||
"MAILGUN_API_URL": env("MAILGUN_API_URL", default="https://api.mailgun.net/v3"),
|
||||
}
|
||||
|
||||
# Gunicorn
|
||||
# ------------------------------------------------------------------------------
|
||||
INSTALLED_APPS += ["gunicorn"] # noqa F405
|
||||
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
# WhiteNoise
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user