Akinsola AdemolaforMore.About.Techlevi-writes.hashnode.net·Jul 24, 2022Understanding Amazon SQS with Python and Django - Part 1Objectives Introduce Amazon SQS and Queues. Look into the different types of queues and their differences. Understand how Amazon SQS would be used in a decoupled application or service. Build a simple Django app integrating Amazon SQS. Prerequisite...Olubisi Idris Ayinde and 2 others are discussing this3 people are discussing thisDiscuss·106 likes·1.2K readsDjango
Narendra Kumar Sivangulanarendra95.hashnode.net·Apr 13, 2023Creating Simple Django Application1.Install Django To install Django, you can follow the below steps: Make sure you have Python installed on your system. You can download the latest version of Python from the official website: https://www.python.org/downloads/ Open the command pro...Discuss·6 likesDjango
Emmanuel Kipchirchir Langatmanulangat.hashnode.net·Oct 19, 2022Create and use custom Django signals by building a blog applicationIn this article, you will learn how to create and use custom Django signals. Then use them to log all actions undertaken by a user on the application 1. What are Django signals? According to the Django documentation, a signal is In a nutshell, signal...Discuss·3 likes·210 readsGetting started with Django. From beginner to expert. Django
Emmanuel Kipchirchir Langatmanulangat.hashnode.net·Apr 17, 2023Implementing an Audit Trail Middleware in Django for Tracking User Actions in DjangoThis is part 2 of the series create and use custom signals in Django. In this article, you will do some updates on the previously written code in the previous article and learn how to wrap the signal in middleware for it to be automatically fired up ...Discuss·48 readsGetting started with Django. From beginner to expert. Django
Narendra Kumar Sivangulanarendra95.hashnode.net·Apr 13, 2023Creating Simple Django Application1.Install Django To install Django, you can follow the below steps: Make sure you have Python installed on your system. You can download the latest version of Python from the official website: https://www.python.org/downloads/ Open the command pro...Discuss·6 likesDjango
Fidel Masitsamasiza.hashnode.net·Mar 28, 2023Django Rest FrameworkUpDRF is a library which allows you to build APIs in your Django project. How to install Django Run,pip install Django Starting a new project Django-admin startproject drf Installing Django rest Framework Pip install Django Rest Framework Create a ne...Discuss·30 readsDjangoRestFramework
Gajanan Rajputblogwithgajanan.hashnode.net·Mar 26, 2023Building Custom User In DjangoThis post explains step-by-step how to create a custom User model in Django. Objectives By the end of this article, you should be able to: Describe the difference between AbstractUser and AbstractBaseUser Explain why you should set up a custom User...Discuss·1 like·47 readsDjango
Bharat Phalakbharat-phalak-blogs.hashnode.net·Jan 15, 2023Django Middlewares: Types and Custom MiddlewareMiddleware is a framework of hooks into Django's request/response processing. It is a light plugin system for altering Django’s input or output. Each middleware component is responsible for doing some specific function. You can use middleware if you ...Discuss·1 like·76 readsDjango
Sarmadsarmad.hashnode.net·Jan 11, 2023Creating a custom choice field for enums in Django REST FrameworkThe problem with ChoiceField In Django REST Framework, there is a field called ChoiceField which can be used when you have certain choices for a field in your REST API. For example, let's imagine you were creating an API to convert colors to their re...Discuss·143 readsDjango
Gias Uddingiasuddin90.hashnode.net·Dec 18, 2022Top 5 Optimization Tips to Improve Django PerformanceAs a popular Python web framework, Django is known for its simplicity and ease of use. However, as with any web framework, performance can be an issue. In this article, we will explore some tips and techniques that can help you optimize your Django a...Discuss·63 readsDjango
Emmanuel Kipchirchir Langatmanulangat.hashnode.net·Oct 19, 2022Create and use custom Django signals by building a blog applicationIn this article, you will learn how to create and use custom Django signals. Then use them to log all actions undertaken by a user on the application 1. What are Django signals? According to the Django documentation, a signal is In a nutshell, signal...Discuss·3 likes·210 readsGetting started with Django. From beginner to expert. Django
_Damilarepneuma.hashnode.net·Jul 31, 2022Create an E-commerce API with Django REST framework and a PlanetScale databaseHere's what are going to build: API docs PlanetScale PlanetScale builds a database-as-a-service offering on Vitess, an open source sharding middleware system for MySQL powering products such as YouTube, Slack, Square and many more. Vitess helps you s...Discuss·1 like·451 readsPlanetScaleHackathon
Akinsola AdemolaforMore.About.Techlevi-writes.hashnode.net·Jul 24, 2022Understanding Amazon SQS with Python and Django - Part 1Objectives Introduce Amazon SQS and Queues. Look into the different types of queues and their differences. Understand how Amazon SQS would be used in a decoupled application or service. Build a simple Django app integrating Amazon SQS. Prerequisite...Olubisi Idris Ayinde and 2 others are discussing this3 people are discussing thisDiscuss·106 likes·1.2K readsDjango