Skip to content

Commit

Permalink
Remove gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 10, 2025
1 parent b21d6e3 commit 3dc00e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nginx -g "daemon on;"

crontab cron_schedule && crond
#cd S1 && gunicorn S1.wsgi --bind 127.0.0.1:8016
cd S1 && python -m uvicorn S1.asgi:application
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ charset-normalizer==3.4.1
click==8.1.8
cryptography==44.0.0
Django==5.1.4
gunicorn==23.0.0
h11==0.14.0
idna==3.10
mypy-extensions==1.0.0
Expand Down

0 comments on commit 3dc00e3

Please sign in to comment.