Replacing python manage.py runserver with gunicorn #3290
-
Our current setup on prod is as follows :
service
Ho do I replace my |
Beta Was this translation helpful? Give feedback.
Answered by
aDramaQueen
Sep 7, 2024
Replies: 1 comment 1 reply
-
If you install Gunicorn via Pip you get a binary in your venv directory. Therefore: Everythin else you need, you may find in the documentation
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anjanesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you install Gunicorn via Pip you get a binary in your venv directory. Therefore:
ExecStart=/var/www/myProject/env/bin/gunicorn
Everythin else you need, you may find in the documentation