|
|
|
|
|
by manfre
1071 days ago
|
|
Not sure about what Meta is using for Threads, but gunicorn and nginx are a common set up for Django in production. Some will use `python manage.py runserver` in production, and they are using the defacto wrong set up. Don't ever do that. |
|