Browsing Tag
django
42 posts
DRF-YASG: The Superhero of API Documentation – Saving Developers from Documentation Despair!
In the midst of a migration project at my workplace, where we are transitioning a web application from…
Unlocking Performance: A Guide to Async Support in Django
Performance optimization is a crucial aspect of building web applications, and developers are constantly seeking ways to make…
Implementing JWT Authentication and User Profile with Django Rest API Part 3
Introduction Welcome back to part three of our React and Django series, where we’re creating a Notes app…
Getting started with Django Rest Framework
Photo by Markus Spiske: https://www.pexels.com/photo/a-laptop-screen-with-text-4439901/ In this article, we’ll create a project that posts about rants using Django…
Website to storage contacts data and share it with others. (Django REST API React)
ContactBook helps to storage contacts data and share it with others. I’ve created educational descriptive commits so its…
rant_category() got an unexpected keyword argument ‘slug’
rant_category() got an unexpected keyword argument ‘slug’ Mar 4 ’23 Comments: 1 Answers: 0 0 Running into an…
Why Django? – MVT Model
Django is a framework easy to adopt with the frontend where python settling the backend of a fullstack…
How to manage physical resources in your Docker containers and keep production servers fast?
Hi! If you don’t know that Docker can manage physical resources, this is the place to learn about…
Django: The High-Level Python Web Framework for Effortless and Secure Web Development
Django is a high-level Python web framework that has gained immense popularity among developers in recent years. With…
Connecting PostgreSQL with python sqlalchemy orm.
In this tutorial I will show you how to create a CRUD script by using python sqlalchemy orm.python…