Gunicorn

How to Easily Deploy Django Channels by configuring Nginx to run both Gunicorn and Daphne

Django Channels enables a developer to use WebSockets and other non-HTTP protocols in any Django project. By, using non-HTTP protocol…

4 years ago

How to build Django Rest API with OAuth 2.0

Django is an open-source Python web framework. It follows the model-template-views architectural pattern. If you are familiar with some other…

4 years ago