File tree 6 files changed +1
-251
lines changed
6 files changed +1
-251
lines changed Original file line number Diff line number Diff line change 1
1
release : 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 171
171
},
172
172
'USE_SESSION_AUTH' : False ,
173
173
}
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 4
4
5
5
gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
6
6
psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
7
- Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
8
7
9
8
# Django
10
9
# ------------------------------------------------------------------------------
11
10
django-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