|
|
|
|
|
by throwaway9d0291
2662 days ago
|
|
Django doesn't implement HTTP (except for the development server), that's up to whatever's handling WSGI, like uWSGI or Gunicorn or something. Unfortunately neither of those currently support HTTP2. For serving Python, I think your best bet right now is uWSGI behind NGINX. |
|