REPLIQ
  • Home
  • Blog
Sign in Subscribe

Django REST Framework

A collection of 3 posts
How to write concise CRUD tests in Django REST Framework
Django Featured

How to write concise CRUD tests in Django REST Framework

To write tests for Django REST framework's ListCreateAPIView and RetrieveUpdateDestroyAPIView, you will need to do the following: 1. Set up your test environment and create a test case subclassing APITestCase from Django REST framework's test utilities. 2. Define a test method in your test case for
29 Dec 2022 2 min read
Top 10 Django third party apps
Django REST Framework

Top 10 Django third party apps

We have been developing with Django for a while now and there are some projects that are very handy when developing quick prototypes. We have summarized our top ten favorites in this post. Django Extensions pip install django-extensions This is an amazing collection of small command line scripts and other
10 Nov 2022 2 min read
A simple and robust structure for your Django REST Framework API (Part 1)
Django Featured

A simple and robust structure for your Django REST Framework API (Part 1)

After working on more than 40 different Django projects in the last 10 years we have  found a sweet spot between speed, simplicity and flexibility. The four core components in building a well structured API with Django REST Framework is stated below 1. Models 2. Serializers 3. APIViews 4. URLs
26 Oct 2022 4 min read
Page 1 of 1
REPLIQ © 2025
Powered by Ghost