File tree Expand file tree Collapse file tree 6 files changed +1
-251
lines changed
Expand file tree Collapse file tree 6 files changed +1
-251
lines changed Original file line number Diff line number Diff line change 11release : python manage.py migrate
2- web : ddtrace-run gunicorn config.asgi:application -k uvicorn.workers.UvicornWorker
2+ web : gunicorn config.asgi:application -k uvicorn.workers.UvicornWorker
Original file line number Diff line number Diff line change 171171 },
172172 'USE_SESSION_AUTH' : False ,
173173}
174-
175- # Datadog
176- # ------------------------------------------------------------------------------
177- INSTALLED_APPS += ["ddtrace.contrib.django" ] # noqa F405
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
66psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
7- Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
87
98# Django
109# ------------------------------------------------------------------------------
1110django-anymail[amazon_ses]==8.1 # https://github.com/anymail/django-anymail
12- # Datadog
13- # ------------------------------------------------------------------------------
14- ddtrace==0.46.0 # https://github.com/DataDog/dd-trace-py
15- setproctitle==1.2.2 # https://github.com/dvarrazzo/py-setproctitle
You can’t perform that action at this time.
0 commit comments