Django Design Patterns and Principles.
A lot of us already know software design patterns/principles or have heard about it once or twice before. Although not following might not affect your code (your code will still do what you want it to do), following this principle will help you to wr...
Read: https://vbellotech.hashnode.dev/django-design-patterns-and-principles
A lot of us already know software design patterns/principles or have heard about it once or twice before. Although not following might not affect your code (your code will still do what you want it to do), following this principle will help you to wr...
Read: https://vbellotech.hashnode.dev/django-design-patterns-and-principles
👍1
Migrar SQLite para PostgreSQL (no Django)
💡
Esse artigo não é um tutorial, são anotações pessoais.
1 - Certificar-se que não tem nenhuma migração pendente.
python manage.py makemigrations
python manage.py migrate
2 - Gerar um arquivo JSON que puxa os dados do atual bd (ex: dumpdata.json)...
Read: https://melissa.hashnode.dev/migrar-sqlite-para-postgresql-no-django
💡
Esse artigo não é um tutorial, são anotações pessoais.
1 - Certificar-se que não tem nenhuma migração pendente.
python manage.py makemigrations
python manage.py migrate
2 - Gerar um arquivo JSON que puxa os dados do atual bd (ex: dumpdata.json)...
Read: https://melissa.hashnode.dev/migrar-sqlite-para-postgresql-no-django
learning Django for free
💡
I want to start learning DJANGO but i don't know where to start and how to learn Django for free
Read: https://sammyfrosh.hashnode.dev/learning-django-for-free
💡
I want to start learning DJANGO but i don't know where to start and how to learn Django for free
Read: https://sammyfrosh.hashnode.dev/learning-django-for-free
❤1
Проектирование веб-приложений с помощью Python и Flask
Для каких проектов лучше всего подходит Flask, а для каких — Django? Какие особенности Flask можно использовать при разработке веб-приложений наиболее эффективно? Я Алексей Некрасов, лидер направления Python в МТС, автор форка библиотеки flask-combo-jsonapi, программный директор курсов по Python в Skillbox, СЕО Forkway и автор канала Python — учим и работаем.
Читать: https://habr.com/ru/companies/skillbox/articles/764384/
Для каких проектов лучше всего подходит Flask, а для каких — Django? Какие особенности Flask можно использовать при разработке веб-приложений наиболее эффективно? Я Алексей Некрасов, лидер направления Python в МТС, автор форка библиотеки flask-combo-jsonapi, программный директор курсов по Python в Skillbox, СЕО Forkway и автор канала Python — учим и работаем.
Читать: https://habr.com/ru/companies/skillbox/articles/764384/
Django Secret Key Tutorial
Managing the Django SECRET_KEY variable
The Django SECRET_KEY variable is very crucial to your Django application. The secret key must be a large random value and it must be kept secret. Leaking this value to unauthorized people could lead to a secur...
Read: https://andwati.hashnode.dev/django-secret-key-tutorial
Managing the Django SECRET_KEY variable
The Django SECRET_KEY variable is very crucial to your Django application. The secret key must be a large random value and it must be kept secret. Leaking this value to unauthorized people could lead to a secur...
Read: https://andwati.hashnode.dev/django-secret-key-tutorial
👍2
Data Structure in Web Development: A Comprehensive Guide to Create, Process, and Store Data with Django.
In this article, you will learn about data structure in web development. Django—a Python framework for web development—will be the case study of this article. You will learn how to create, process, organize, manage and store data using Django.
Intro...
Read: https://nad.hashnode.dev/data-structure-in-web-development-a-comprehensive-guide-to-create-process-and-store-data-with-django
In this article, you will learn about data structure in web development. Django—a Python framework for web development—will be the case study of this article. You will learn how to create, process, organize, manage and store data using Django.
Intro...
Read: https://nad.hashnode.dev/data-structure-in-web-development-a-comprehensive-guide-to-create-process-and-store-data-with-django
Apps in Django - Concept & Free Samples
Hello Coders!
This article explains the Apps Concept in Django, a leading backend framework used to code secure and scalable web apps and services. In Django, an "app" (short for application) is a self-contained module or component of a web applicat...
Read: https://app-generator.hashnode.dev/apps-in-django-concept-and-samples
Hello Coders!
This article explains the Apps Concept in Django, a leading backend framework used to code secure and scalable web apps and services. In Django, an "app" (short for application) is a self-contained module or component of a web applicat...
Read: https://app-generator.hashnode.dev/apps-in-django-concept-and-samples
👍1
GovBuzz: The Hackathon Journey - Celebrating Innovation Amidst Setbacks
Introduction
In the sea of hackathons, one of the most well-known hackathons in India is the Smart India Hackathon (SIH). I with my team DelTechNeek took part in our college's (Delhi Technological University) internal hackathon. There were 180+ teams...
Read: https://stormej.hashnode.dev/govbuzz-the-hackathon-journey-celebrating-innovation-amidst-setbacks
Introduction
In the sea of hackathons, one of the most well-known hackathons in India is the Smart India Hackathon (SIH). I with my team DelTechNeek took part in our college's (Delhi Technological University) internal hackathon. There were 180+ teams...
Read: https://stormej.hashnode.dev/govbuzz-the-hackathon-journey-celebrating-innovation-amidst-setbacks
Building a ToDo App with User Authentication in Django
In this tutorial, we will walk through the process of creating a feature-rich ToDo (Task Management) application using Django for the backend and HTML, CSS, and JavaScript for the front end. This app will include user authentication, allowing users t...
Read: https://blog.mayankaggarwal.live/building-a-todo-app-with-user-authentication-in-django
In this tutorial, we will walk through the process of creating a feature-rich ToDo (Task Management) application using Django for the backend and HTML, CSS, and JavaScript for the front end. This app will include user authentication, allowing users t...
Read: https://blog.mayankaggarwal.live/building-a-todo-app-with-user-authentication-in-django
Building Dynamic Web Applications with Django and Cutting-Edge Technologies
Django: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the Model-View-Controller (MVC) architectural pattern and provides robust tools and libraries for building web applications....
Read: https://sundar365.com.np/building-dynamic-web-applications-with-django-and-cutting-edge-technologies
Django: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the Model-View-Controller (MVC) architectural pattern and provides robust tools and libraries for building web applications....
Read: https://sundar365.com.np/building-dynamic-web-applications-with-django-and-cutting-edge-technologies
Type Hints in Python: The Good, the Bad and the Ugly
Introduction
Python is a duck-typed language, which means the language is type-inferred (it doesn't care whether an object is a 'duck'. As long as it 'quacks', it is good to go. In other words, when we assign an object to a variable, Python does not ...
Read: https://diptonil.hashnode.dev/type-hints-in-python-the-good-the-bad-and-the-ugly
Introduction
Python is a duck-typed language, which means the language is type-inferred (it doesn't care whether an object is a 'duck'. As long as it 'quacks', it is good to go. In other words, when we assign an object to a variable, Python does not ...
Read: https://diptonil.hashnode.dev/type-hints-in-python-the-good-the-bad-and-the-ugly
👍1
Make Your First Project with User Authentication in Django
In this tutorial, we will walk through the process of creating a feature-rich ToDo (Task Management) application using Django for the backend and HTML, CSS, and JavaScript for the front end. This app will include user authentication, allowing users t...
Read: https://blog.mayankaggarwal.live/make-your-first-project-with-user-authentication-in-django
In this tutorial, we will walk through the process of creating a feature-rich ToDo (Task Management) application using Django for the backend and HTML, CSS, and JavaScript for the front end. This app will include user authentication, allowing users t...
Read: https://blog.mayankaggarwal.live/make-your-first-project-with-user-authentication-in-django
Django 5.0 Release - Highlights & Free Sample
Hello Coders!
As announced on the official Django site, the Django 5.0 Version is out. The changes provided in this version are listed below.
Curious minds and cutting-edge developers can test the new features by using the latest Django 5.x release...
Read: https://app-generator.hashnode.dev/django-5-release-highlights-free-sample
Hello Coders!
As announced on the official Django site, the Django 5.0 Version is out. The changes provided in this version are listed below.
Curious minds and cutting-edge developers can test the new features by using the latest Django 5.x release...
Read: https://app-generator.hashnode.dev/django-5-release-highlights-free-sample
Use strings, not constants in Django migrations
# migrations/0001_my_migration.py
from my_file import MY_CONSTANT
MyModel.objects.get_or_create(name=MY_CONSTANT)
# migrations/0001_my_migration.py
MyModel.objects.get_or_create(name="my-constant")
Why
value of LOCALIZATION.BUNDLE__SYNC could cha...
Read: https://fullchee.hashnode.dev/use-strings-not-constants-in-django-migrations
# migrations/0001_my_migration.py
from my_file import MY_CONSTANT
MyModel.objects.get_or_create(name=MY_CONSTANT)
# migrations/0001_my_migration.py
MyModel.objects.get_or_create(name="my-constant")
Why
value of LOCALIZATION.BUNDLE__SYNC could cha...
Read: https://fullchee.hashnode.dev/use-strings-not-constants-in-django-migrations
👍1
Deploying a Django Application on AWS EC2 with Docker🐳
In this short blog post, I will show you how to deploy a Django application on AWS EC2 using Docker. I followed Shubham's course session on this topic, and it was very helpful.
Prerequisites
An AWS account
Docker installed on your local machine
A ...
Read: https://mohammedafeef.hashnode.dev/deploying-a-django-application-on-aws-ec2-with-docker
In this short blog post, I will show you how to deploy a Django application on AWS EC2 using Docker. I followed Shubham's course session on this topic, and it was very helpful.
Prerequisites
An AWS account
Docker installed on your local machine
A ...
Read: https://mohammedafeef.hashnode.dev/deploying-a-django-application-on-aws-ec2-with-docker
👍1👎1
How I Handled a Database Search Ticket
Crisis:
In a Django project, Create a general search feature where users can type in any string and get all posts, polls, announcements, openings, and user profiles that have the string. This would mean multiple queries across multiple tables with st...
Read: https://mergemypr.hashnode.dev/how-i-handled-a-database-search-ticket
Crisis:
In a Django project, Create a general search feature where users can type in any string and get all posts, polls, announcements, openings, and user profiles that have the string. This would mean multiple queries across multiple tables with st...
Read: https://mergemypr.hashnode.dev/how-i-handled-a-database-search-ticket
Tailwind & Django - Free Starter
Hello! This article presents an open-source Tailwind & Django project styled with Flowbite, a popular UI Library built on top of Tailwind. Rocket Django provides a minimal codebase, Tailwind-compatible tooling, Docker, and CI/CD support for Render.
T...
Read: https://app-generator.hashnode.dev/tailwind-django-free-starter
Hello! This article presents an open-source Tailwind & Django project styled with Flowbite, a popular UI Library built on top of Tailwind. Rocket Django provides a minimal codebase, Tailwind-compatible tooling, Docker, and CI/CD support for Render.
T...
Read: https://app-generator.hashnode.dev/tailwind-django-free-starter
👍2
Introduction to Django python framework
what is Django?
Django is a very versatile and multipurpose Python programming language framework, most especially for web development. Django is lightweight, open source, popular and easy to use because of its large community. Django with a lot of c...
Read: https://austasty.hashnode.dev/introduction-to-django-python-framework
what is Django?
Django is a very versatile and multipurpose Python programming language framework, most especially for web development. Django is lightweight, open source, popular and easy to use because of its large community. Django with a lot of c...
Read: https://austasty.hashnode.dev/introduction-to-django-python-framework
👍1
A Beginner's Guild to Django in Web Development
If you are just starting your journey into the world of web development, you might have come across the term "Django" a very versatile and multipurpose Python programming language framework, most especially for web development. Let us check and know ...
Read: https://austasty.hashnode.dev/a-beginners-guild-to-django-in-web-development
If you are just starting your journey into the world of web development, you might have come across the term "Django" a very versatile and multipurpose Python programming language framework, most especially for web development. Let us check and know ...
Read: https://austasty.hashnode.dev/a-beginners-guild-to-django-in-web-development