Posts for django

Deven
Deven wrote

Flask vs Django – An In-Depth Comparison

According to the 2020 Stack Overflow developer survey, Python has risen in the ranks of programming languages. This popularity is not only due to applications in artificial intelligence or big data. Python can be used to build server-side web applications. In this article, we’ll compare two widely used Python Web Frameworks Flask vs Django Both Django and Flask are hugely […]

March 5, 2020 in Django
Deven
Deven wrote

Setting up Authentication in Django

Authentication is a process that confirms a user’s identity. Usually, this is done through a username (or email) and a password. You enter your username (or email) and password, which allows the system to confirm your identity; Authentication means also verify user emails for retention or marketing stuff. This tutorial is the best place if you’re looking to […]

March 2, 2020 in Django & Tutorials
Deven
Deven wrote

Build a Crud application using Vue and Django

As a developer, CRUD (Create-Read-Update-Delete) is one of the basic operations to know. In this tutorial, I’ll show you how to build an API with Django REST Framework and a SPA with Vue.js. I am going to show you step by step from scratch. Before we kick off Learn Vue.js and modern, cutting-edge front-end technologies […]

December 14, 2019 in Django & Tutorials & Vue