Django

Information on Python Django framework related articles. This section is geared towards Developers, DevOps engineers and Architects looking to learn more about Python Django Framework Programming.

How To Stress Test REST API Using Python

How To Stress Test REST API Using Python

Introduction We will go over How To Stress Test REST API Using Python. Did you know that you can use Python to perform your load testing without any external tools or libraries? We will break down this in the following sections: Why is stress testing important to perform in your API How to do performance …

How To Stress Test REST API Using Python Read More »

Django Unit Testing

How to do unit testing in Django Rest Framework (Python 3)

Introduction Today I’m going to talk about how to do unit testing in Django Rest Framework (Python 3). I have to say here this is a continuation of a previous article I wrote on how to setup a Django Rest API from scratch using Django rest framework. If you haven’t read it yet I highly …

How to do unit testing in Django Rest Framework (Python 3) Read More »

7 Django extensions that will make your life easy (Python 3)

Introduction Today we are going to discuss about 7 Django extensions that will make your life easy in Python 3. As many of you already know Python Django is a framework that brings in Web API capabilities along with rendering pages for Python so it’s a complete solution. This does not mean you need to …

7 Django extensions that will make your life easy (Python 3) Read More »