Creating a Login Page in 2 min
In this tutorial, we will show you how to create a login page with Django, one of the most popular Python web frameworks. We will use Django's built-in authentication system to handle user authentication. Let's get started!
Step 1: Create a New Djang...
Read: https://mayankaggarwal.hashnode.dev/creating-a-login-page-in-2-min
In this tutorial, we will show you how to create a login page with Django, one of the most popular Python web frameworks. We will use Django's built-in authentication system to handle user authentication. Let's get started!
Step 1: Create a New Djang...
Read: https://mayankaggarwal.hashnode.dev/creating-a-login-page-in-2-min
👍2
Hunting Heisenberg with Django Rest Framework
The idea
The idea was to create a simple platform for DEA agents, to manage information about characters from the Breaking Bad/Better Call Saul universe. To make the DEA agents' life easier, they need to have an API endpoint that allows filtering inf...
Read: https://drango.hashnode.dev/hunting-heisenberg-with-django-rest-framework
The idea
The idea was to create a simple platform for DEA agents, to manage information about characters from the Breaking Bad/Better Call Saul universe. To make the DEA agents' life easier, they need to have an API endpoint that allows filtering inf...
Read: https://drango.hashnode.dev/hunting-heisenberg-with-django-rest-framework
👍1
Creating a Signup page from scratch!!
Django is a powerful and popular web framework for building web applications. In this blog, we will discuss how to create a signup page in Django from scratch, using Python code.
Step 1: Creating a Project
Setting up the project: Before we begin crea...
Read: https://mayankaggarwal.hashnode.dev/creating-a-signup-page-from-scratch
Django is a powerful and popular web framework for building web applications. In this blog, we will discuss how to create a signup page in Django from scratch, using Python code.
Step 1: Creating a Project
Setting up the project: Before we begin crea...
Read: https://mayankaggarwal.hashnode.dev/creating-a-signup-page-from-scratch
👍1
Building Course Assist Part 4: Creating a simple expert registration and verification system.
Initially, the feature I was supposed to work on was the earnings feature which involves a record of the amount of money an expert makes after each question they've answered but just when I was about to start working on it I found out I had already d...
Read: https://andysonm.hashnode.dev/building-course-assist-part-4-creating-a-simple-expert-registration-and-verification-system
Initially, the feature I was supposed to work on was the earnings feature which involves a record of the amount of money an expert makes after each question they've answered but just when I was about to start working on it I found out I had already d...
Read: https://andysonm.hashnode.dev/building-course-assist-part-4-creating-a-simple-expert-registration-and-verification-system
👍1
Access your API (Django) running on Localhost from Android Device
Recently I was building a flutter app and was using Django to build its backend. I wanted to call by APIs from my app which was running on my phone after searching the net I finally found t...
Read: https://mukund-tandon-dev.hashnode.dev/access-your-api-django-running-on-localhost-from-android-device
Recently I was building a flutter app and was using Django to build its backend. I wanted to call by APIs from my app which was running on my phone after searching the net I finally found t...
Read: https://mukund-tandon-dev.hashnode.dev/access-your-api-django-running-on-localhost-from-android-device
👍2
I made a Face Recognition Attendance System Using Face Encodings and Django
Face recognition attendance is a system that uses face encodings to identify individuals and keep track of their attendance. This system is gaining popularity in various organizations and institutions, as it offers a quick, convenient and secure way ...
Read: https://lighttoinfinity.hashnode.dev/i-made-a-face-recognition-attendance-system-using-face-encodings-and-django
Face recognition attendance is a system that uses face encodings to identify individuals and keep track of their attendance. This system is gaining popularity in various organizations and institutions, as it offers a quick, convenient and secure way ...
Read: https://lighttoinfinity.hashnode.dev/i-made-a-face-recognition-attendance-system-using-face-encodings-and-django
🤡2
Setting up a Django project
Django is one of the best web frameworks written in python. It enables to build the full-scale web application efficiently as it contains many libraries and tools that handle many tasks like URL routing, authentication, database management, and more ...
Read: https://srujangowda.hashnode.dev/setting-up-a-django-project
Django is one of the best web frameworks written in python. It enables to build the full-scale web application efficiently as it contains many libraries and tools that handle many tasks like URL routing, authentication, database management, and more ...
Read: https://srujangowda.hashnode.dev/setting-up-a-django-project
Your first API with Django Rest in just 5 min. (Windows)
What is Django? :-
Django is a free and open-source framework for Python. Django, pronounced "Jango," is named after the famous jazz guitarist Django Reinhardt. Django made its first release in 2005 and it follows MVC architecture.
What is Django Res...
Read: https://anshi.hashnode.dev/your-first-api-with-django-rest-in-just-5-min-windows
What is Django? :-
Django is a free and open-source framework for Python. Django, pronounced "Jango," is named after the famous jazz guitarist Django Reinhardt. Django made its first release in 2005 and it follows MVC architecture.
What is Django Res...
Read: https://anshi.hashnode.dev/your-first-api-with-django-rest-in-just-5-min-windows
Build API Key Authentication in your Django REST application: Django, Django REST, Simple API Key, Docker
Depending on the needs of a web application you are working on, you might want to implement ApiKey authentication if you want certain entities to access some of your API resources. API authentication is great for the following cases:
Rate limiting: ...
Read: https://koladev.hashnode.dev/build-api-key-authentication-in-your-django-rest-application-django-django-rest-simple-api-key-docker-clelm200p00080ale9tube2ly
Depending on the needs of a web application you are working on, you might want to implement ApiKey authentication if you want certain entities to access some of your API resources. API authentication is great for the following cases:
Rate limiting: ...
Read: https://koladev.hashnode.dev/build-api-key-authentication-in-your-django-rest-application-django-django-rest-simple-api-key-docker-clelm200p00080ale9tube2ly
👍1
Mastering Database Migrations in Django
Django is a popular web framework known for its powerful features and the ability to manage database migrations with ease. In this blog post, we will cover the basics of Django migrations, including what they are, how they work, and how to use them i...
Read: https://blog.saurav-shrivastav.online/mastering-database-migrations-in-django
Django is a popular web framework known for its powerful features and the ability to manage database migrations with ease. In this blog post, we will cover the basics of Django migrations, including what they are, how they work, and how to use them i...
Read: https://blog.saurav-shrivastav.online/mastering-database-migrations-in-django
👍1
How to add Images in Django models and Display them on HTML Page!!
If you're building a Django web application, adding images to your models can enhance the user experience and make your application more engaging. In this blog, we'll walk you through the steps of adding images to your Django model using the built-in...
Read: https://blog.mayankaggarwal.live/how-to-add-images-in-django-models-and-display-them-on-html-page
If you're building a Django web application, adding images to your models can enhance the user experience and make your application more engaging. In this blog, we'll walk you through the steps of adding images to your Django model using the built-in...
Read: https://blog.mayankaggarwal.live/how-to-add-images-in-django-models-and-display-them-on-html-page
Как использовать PostgreSQL с Django в Ubuntu 22.04
Django — гибкий фреймворк для быстрого создания приложений на Python. По умолчанию в качестве базы данных он использует SQLite. Это хорошо работает при небольших нагрузках, однако традиционная система управления базами данных может повысить производительность в рабочей среде. В статье разберём, как использовать PostgreSQL с Django.
Читать: https://habr.com/ru/post/719116/
Django — гибкий фреймворк для быстрого создания приложений на Python. По умолчанию в качестве базы данных он использует SQLite. Это хорошо работает при небольших нагрузках, однако традиционная система управления базами данных может повысить производительность в рабочей среде. В статье разберём, как использовать PostgreSQL с Django.
Читать: https://habr.com/ru/post/719116/
Fuzzy-Couscous - The CLI for a better django development experience
Greetings everyone! I'm thrilled to be making my debut post on hasnode and excited to introduce one of my latest projects - [fuzzy-couscous](https://github.com/Tobi-De/fuzzy-couscous), a command line tool designed for Django projects.
I've spent the...
Read: https://tobidegnon.hashnode.dev/fuzzy-couscous-the-cli-for-a-better-django-development-experience
Greetings everyone! I'm thrilled to be making my debut post on hasnode and excited to introduce one of my latest projects - [fuzzy-couscous](https://github.com/Tobi-De/fuzzy-couscous), a command line tool designed for Django projects.
I've spent the...
Read: https://tobidegnon.hashnode.dev/fuzzy-couscous-the-cli-for-a-better-django-development-experience
AbstractUser vs AbstractBaseUser : Creating a custom Django user model.
Many times, as a Django project gets more complex, there will be more users and these users will later have diverse roles they play in this project. Permissions, roles, and unique identifiers as different from the normal email and username fields we ...
Read: https://timibacco.hashnode.dev/abstractuser-vs-abstractbaseuser-creating-a-custom-django-user-model
Many times, as a Django project gets more complex, there will be more users and these users will later have diverse roles they play in this project. Permissions, roles, and unique identifiers as different from the normal email and username fields we ...
Read: https://timibacco.hashnode.dev/abstractuser-vs-abstractbaseuser-creating-a-custom-django-user-model
👍1
Django for beginners
Django is a backend python-based web framework which is used to create web applications.
So, to start any django app you just need to have python installed on your system.
Next thing you should do is that just open your terminal or cmd and run "pip i...
Read: https://devrajsblog.hashnode.dev/django-for-beginners
Django is a backend python-based web framework which is used to create web applications.
So, to start any django app you just need to have python installed on your system.
Next thing you should do is that just open your terminal or cmd and run "pip i...
Read: https://devrajsblog.hashnode.dev/django-for-beginners
👍1
Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода
Собрали дайджест из лучших статей и новостей о Python с 14 по 28 февраля. Дайджест включает статьи и видео на русском и английском языках.
Читать: «Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода»
Собрали дайджест из лучших статей и новостей о Python с 14 по 28 февраля. Дайджест включает статьи и видео на русском и английском языках.
Читать: «Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода»
👍2
How to use DateTimeField in Django Models !!
Django's DateTimeField is a useful field that allows you to store and manipulate date and time data in your models. In this blog, we'll take a closer look at how to use DateTimeField in Django, with code examples and images to help illustrate the con...
Read: https://blog.mayankaggarwal.live/how-to-use-datetimefield-in-django-models
Django's DateTimeField is a useful field that allows you to store and manipulate date and time data in your models. In this blog, we'll take a closer look at how to use DateTimeField in Django, with code examples and images to help illustrate the con...
Read: https://blog.mayankaggarwal.live/how-to-use-datetimefield-in-django-models
👍1
Django Model Inheritance
Django is a popular web framework that allows developers to build web applications quickly and easily. One of the powerful features of Django is its support for model inheritance. Model inheritance enables developers to create new models by inheritin...
Read: https://vicentereyes.org/django-model-inheritance
Django is a popular web framework that allows developers to build web applications quickly and easily. One of the powerful features of Django is its support for model inheritance. Model inheritance enables developers to create new models by inheritin...
Read: https://vicentereyes.org/django-model-inheritance
👍1
How I'm Building a SaaS to Launch in 7 days (in public)
Hey Hashnode!
I’m doing a fun, quick challenge to build a SaaS (coding the entire thing myself) in 7 days and documenting the entire journey.
I got a lot of support to do this so I'm finally doing it..
I have 10 years of experience coding (python, no...
Read: https://pwangszn.com/how-im-building-a-saas-to-launch-in-7-days-in-public
Hey Hashnode!
I’m doing a fun, quick challenge to build a SaaS (coding the entire thing myself) in 7 days and documenting the entire journey.
I got a lot of support to do this so I'm finally doing it..
I have 10 years of experience coding (python, no...
Read: https://pwangszn.com/how-im-building-a-saas-to-launch-in-7-days-in-public
Building Course Assist Part 5: Rebuilding chat functionality from scratch (1/2).
If you've been following this series you're probably wondering why I'm rebuilding chat functionality into Course Assist. In the previous chat functionality blog I mentioned 3 ways of adding chat functionality to an app which is; 1. Building a chat sy...
Read: https://andysonm.hashnode.dev/building-course-assist-part-5-rebuilding-chat-functionality-from-scratch-12
If you've been following this series you're probably wondering why I'm rebuilding chat functionality into Course Assist. In the previous chat functionality blog I mentioned 3 ways of adding chat functionality to an app which is; 1. Building a chat sy...
Read: https://andysonm.hashnode.dev/building-course-assist-part-5-rebuilding-chat-functionality-from-scratch-12