Django Rest Framework – Create REST API, Serializers, CRUD

Django Rest Api, Serializers

Hey Coders, If you’re here then definitely you have a good know about Django framework and How it works. In this article, I’m going to explain your Django Rest Framework. Basically, we’ll discuss what is Django Rest Framework and how you can create a Rest API with this Rest Framework. What is Django Rest Framework? … Read more

Django Models Relationship – OneToMany, ManyToOne

Hey developers, Today I’m going to explain one of the confusing topic in Django. We’re going to discuss Django Models Relationship e.g OneToMany and ManyToMany. These are two basics relationship in Django database that are found quite confusing to beginners. So, I’m going to explain both of these two relationship one by one with an … Read more

How To Add Bootstrap 4 with Django Crispy Forms

Hi Coders, Today, I’m going to give you full tutorial about “django-crispy_forms”. It will help you to customize your django-forms with Bootstrap 4 themes. Here, you don’t need to define or write bootstrap code explicitly to customize your django forms. Here, I’ll give you full tutorial that how you could install crispy-forms and use it … Read more

Python Django Tutorial – Full Beginner Guide Website Design

Python Django Project (Basic Homepage): Requirements(Before Start Project): Install Latest Version Python from https://python.org & Install. While you will install the Python, Then Click on “Add To Path” option Once Installation Would be complete then Open CMD and Type “python” to check It’s install properly or not. Now Open CMD Terminal and install Django : … Read more

Python – The Best Programming Language For Beginner in 2020, Why?

Python

Hi, I’m Hulash and Today’s Article I’m going to give you some reason that Why You should Choose Python as your First Programming Language. What is Python? Python is basically a High-Level, Interpreted, General-Purpose, Object Oriented Language that is used in almost every kind of field. According to Stats, Python has been gaining high popularity … Read more