File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11amqp == 5.1.1
2- asgiref == 3.6.0
2+ asgiref == 3.9.1
33billiard == 4.2.0
44celery == 5.4.0
55certifi == 2024.7.4
@@ -11,7 +11,7 @@ click-plugins==1.1.1
1111click-repl == 0.2.0
1212cryptography == 44.0.1
1313defusedxml == 0.7.1
14- Django == 4 .2.22
14+ Django == 5 .2.5
1515django-cors-headers == 4.6.0
1616django-filter == 24.3
1717djangorestframework == 3.15.2
@@ -20,10 +20,12 @@ djoser==2.3.1
2020flake8 == 7.1.1
2121gevent == 24.11.1
2222greenlet == 3.1.1
23+ gunicorn == 23.0.0
2324idna == 3.7
2425kombu == 5.3.5
2526mccabe == 0.7.0
2627oauthlib == 3.2.2
28+ packaging == 25.0
2729pexpect == 4.9.0
2830pillow == 10.3.0
2931prompt-toolkit == 3.0.36
Original file line number Diff line number Diff line change 1818
1919python manage.py migrate
2020python manage.py loaddata saveAPI xcosblocks
21- python manage.py runserver
21+ gunicorn blocks.wsgi:application -b 0.0.0.0:8000 -k gevent -w 4
You can’t perform that action at this time.
0 commit comments