MVC vs MVT architecture!!!
During the process of software development, a developer has to face lots of difficulties and problems. These issues need to be handled with some sort of mechanism to achieve the goal easily. And there’s the software design pattern that comes into the...
Read: https://gobinda.info.np/mvc-vs-mvt-architecture
During the process of software development, a developer has to face lots of difficulties and problems. These issues need to be handled with some sort of mechanism to achieve the goal easily. And there’s the software design pattern that comes into the...
Read: https://gobinda.info.np/mvc-vs-mvt-architecture
Forms in Django
Forms are a way of getting user inputs, processing them and making necessay actions that are required. In a nutshell, there are two main http methods that are used when dealing with forms, this include GET and POST.
Forms in Django
Django form class...
Read: https://novem.hashnode.dev/forms-in-django
Forms are a way of getting user inputs, processing them and making necessay actions that are required. In a nutshell, there are two main http methods that are used when dealing with forms, this include GET and POST.
Forms in Django
Django form class...
Read: https://novem.hashnode.dev/forms-in-django
Test-Driven Development (TDD) with Django REST Framework
Introduction
Hello all 💙 😁 !
Test-driven development (TDD) is a software development practice in which unit test cases are incrementally written prior to code implementation (B George, L Williams, 2014). In this method of development, the developer...
Read: https://fafacodes.hashnode.dev/test-driven-development-tdd-with-django-rest-framework
Introduction
Hello all 💙 😁 !
Test-driven development (TDD) is a software development practice in which unit test cases are incrementally written prior to code implementation (B George, L Williams, 2014). In this method of development, the developer...
Read: https://fafacodes.hashnode.dev/test-driven-development-tdd-with-django-rest-framework
👍1
How to Create a Form using Django Forms API ?
Hi Dev,
This tutorial shows you how to create a form using python django forms api. you can understand a concept of how to create a form using django forms api example. if you have question about how to create a form using python django forms api int...
Read: https://tuts-station.hashnode.dev/how-to-create-a-form-using-django-forms-api
Hi Dev,
This tutorial shows you how to create a form using python django forms api. you can understand a concept of how to create a form using django forms api example. if you have question about how to create a form using python django forms api int...
Read: https://tuts-station.hashnode.dev/how-to-create-a-form-using-django-forms-api
Creating your First Django App
Introduction
Django is a free and open-source high-level Python framework that makes it faster and easier to build and maintain websites. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on wri...
Read: https://zeecodes.hashnode.dev/creating-your-first-django-app
Introduction
Django is a free and open-source high-level Python framework that makes it faster and easier to build and maintain websites. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on wri...
Read: https://zeecodes.hashnode.dev/creating-your-first-django-app
Dockerize a Django, React, and Postgres application with docker and docker-compose | by Anjal Bam
Introduction
In the battlefield of modern web development, Django and React are both very great warriors that have been fighting battles for a very long time. The addition of our Knight PostgreSQL to the battle makes our tech stack unbeatable in the ...
Read: https://blog.anjalbam.com.np/dockerize-django-react-postgres-with-docker-and-docker-compose-anjal-bam
Introduction
In the battlefield of modern web development, Django and React are both very great warriors that have been fighting battles for a very long time. The addition of our Knight PostgreSQL to the battle makes our tech stack unbeatable in the ...
Read: https://blog.anjalbam.com.np/dockerize-django-react-postgres-with-docker-and-docker-compose-anjal-bam
👍2
How to integrate Twilio Sendgrid into your Django Application
How to integrate Twilio Sendgrid into your Django Application
Hey guys,
Today, we will be learning how to integrate Twilio Sendgrid into our Django Application. For those who do not know what Twilio Sendgird is, here's a brief introduction. Sendgrid...
Read: https://prosper-articles.hashnode.dev/how-to-integrate-twilio-sendgrid-into-your-django-application
How to integrate Twilio Sendgrid into your Django Application
Hey guys,
Today, we will be learning how to integrate Twilio Sendgrid into our Django Application. For those who do not know what Twilio Sendgird is, here's a brief introduction. Sendgrid...
Read: https://prosper-articles.hashnode.dev/how-to-integrate-twilio-sendgrid-into-your-django-application
Django OAuth for Github - Datta Able (free product)
Hello coders!
This article mentions the latest features added to Datta Able, an open-source seed project powered by Django. The project has been updated to provide OAuth sign-in using Github, a persistent dark mode (UI improvement), and faster execu...
Read: https://app-generator.hashnode.dev/django-oauth-for-github-datta-able-free-product
Hello coders!
This article mentions the latest features added to Datta Able, an open-source seed project powered by Django. The project has been updated to provide OAuth sign-in using Github, a persistent dark mode (UI improvement), and faster execu...
Read: https://app-generator.hashnode.dev/django-oauth-for-github-datta-able-free-product
Django Ajax CRUD with Datatables Example Tutorial
Hi Dev,
This article will give you example of django ajax crud example tutorial. it's simple example of django ajax crud example. this example will help you django ajax crud example tutorial. you can see django jquery ajax crud example. So, let's fol...
Read: https://tuts-station.hashnode.dev/django-ajax-crud-with-datatables-example-tutorial
Hi Dev,
This article will give you example of django ajax crud example tutorial. it's simple example of django ajax crud example. this example will help you django ajax crud example tutorial. you can see django jquery ajax crud example. So, let's fol...
Read: https://tuts-station.hashnode.dev/django-ajax-crud-with-datatables-example-tutorial
👍2
Using Django's hitcount for unregistered users in your application
Django hitcount is a python library that allows you track the number of hits/views on a particular objects by detecting the IP address of each click to prevent unreal views this ensures views aren't counted twice.
This library was built using the Dja...
Read: https://osahenru.hashnode.dev/using-djangos-hitcount-for-unregistered-users-in-your-application
Django hitcount is a python library that allows you track the number of hits/views on a particular objects by detecting the IP address of each click to prevent unreal views this ensures views aren't counted twice.
This library was built using the Dja...
Read: https://osahenru.hashnode.dev/using-djangos-hitcount-for-unregistered-users-in-your-application
How to easily use CKEditor in your Django project
A CKEditor is a WYSIWYG HTML editor that can fit a wide range of use cases: from word-like documents with large toolbars to simple toolbars.
WYSIWYG here is an acronym for what you see is what you get; this is a feature that enables user to see and e...
Read: https://osahenru.hashnode.dev/how-to-easily-use-ckeditor-in-your-django-project
A CKEditor is a WYSIWYG HTML editor that can fit a wide range of use cases: from word-like documents with large toolbars to simple toolbars.
WYSIWYG here is an acronym for what you see is what you get; this is a feature that enables user to see and e...
Read: https://osahenru.hashnode.dev/how-to-easily-use-ckeditor-in-your-django-project
Celery: проясняем неочевидные моменты
Да, действительно, в этом посте не будет гайда, как поднять Celery в Django. Это статья для тех, кто уже пощупал Celery и хочет погрузиться в детали.
Мотивацией перевести эту статью были следующие вопросы, на которые я не знал ответа: при запуске создается процесс или поток? В какую очередь попадают отложенные задачи с ETA? А какие бывают очереди (спойлер: она не одна)? А в какой момент задача удаляется из очереди? Если я создам задачу с
Ответы на все эти вопросы в статье, велком!
Запустить таску
Читать: https://habr.com/ru/post/686820/
Да, действительно, в этом посте не будет гайда, как поднять Celery в Django. Это статья для тех, кто уже пощупал Celery и хочет погрузиться в детали.
Мотивацией перевести эту статью были следующие вопросы, на которые я не знал ответа: при запуске создается процесс или поток? В какую очередь попадают отложенные задачи с ETA? А какие бывают очереди (спойлер: она не одна)? А в какой момент задача удаляется из очереди? Если я создам задачу с
ETA=завтра_в_12:00
, она ровно в этот момент и выполнится (спойлер: нет)?Ответы на все эти вопросы в статье, велком!
Запустить таску
Читать: https://habr.com/ru/post/686820/
Django Google Maps Example Tutorial
Hi Dev,
Today, I would like to show you django google maps example tutorial. step by step explain django google maps location. you'll learn how to add google map in django. it's simple example of how to use google map in django. Alright, let’s dive i...
Read: https://tuts-station.hashnode.dev/django-google-maps-example-tutorial
Hi Dev,
Today, I would like to show you django google maps example tutorial. step by step explain django google maps location. you'll learn how to add google map in django. it's simple example of how to use google map in django. Alright, let’s dive i...
Read: https://tuts-station.hashnode.dev/django-google-maps-example-tutorial
Фильтр по интервалу дат в админке Django
В текущем проекте появилась потребность фильтровать таблицы в админке Django по условию "от такой-то даты/времени до такой-то даты/времени". К моему удивлению, для такой расхожей задачи при беглом поиске подходящих готовых решений найти не удалось. Может плохо искал, напишите в комментах.
Пришлось изобретать велосипед самому. А недавно выкроил время и оформил этот код в виде отдельной библиотеки.
Читать: https://habr.com/ru/post/688184/
В текущем проекте появилась потребность фильтровать таблицы в админке Django по условию "от такой-то даты/времени до такой-то даты/времени". К моему удивлению, для такой расхожей задачи при беглом поиске подходящих готовых решений найти не удалось. Может плохо искал, напишите в комментах.
Пришлось изобретать велосипед самому. А недавно выкроил время и оформил этот код в виде отдельной библиотеки.
Читать: https://habr.com/ru/post/688184/
Integrating Django Admin with Markdown Editor
Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
Features
Almost Editor.md features
Support Standard Markdown / CommonMark and GFM (GitHub Flavored Markdown);
Full-featured: Real-time Preview, Image (cross-domain) ...
Read: https://nizu.me/integrating-django-admin-with-markdown-editor
Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
Features
Almost Editor.md features
Support Standard Markdown / CommonMark and GFM (GitHub Flavored Markdown);
Full-featured: Real-time Preview, Image (cross-domain) ...
Read: https://nizu.me/integrating-django-admin-with-markdown-editor
Dockerizing a Django Web Application.
Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...
Read: https://avik.com.np/dockerizing-a-django-web-application
Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...
Read: https://avik.com.np/dockerizing-a-django-web-application
Avik
Docker docker-compose Postgresql Django gunicorn dockerize
Docker introduction and Dockerizing Django application with PostgreSQL database.
👍1
Dockerize Django
Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...
Read: https://avik.com.np/dockerize-django
Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...
Read: https://avik.com.np/dockerize-django
Avik
Introduction to docker
Dockerize django application Gunicorn docker-compose Dockerfile django-with-docker django-in-docker
Re-Dcrypt Cryptic Hunt Making
Hello Everyone, firstly I'm very excited to announce that I'm going to organize a cryptic hunt event. Re-Dcrypt Cryptic Hunt on 8ᵗʰ and 9ᵗʰ October. It will be a 48 hours hunt.
A cryptic hunt is like an online treasure hunt. You need to use your br...
Read: https://blog.dilutewater.xyz/re-dcrypt-cryptic-hunt-making
Hello Everyone, firstly I'm very excited to announce that I'm going to organize a cryptic hunt event. Re-Dcrypt Cryptic Hunt on 8ᵗʰ and 9ᵗʰ October. It will be a 48 hours hunt.
A cryptic hunt is like an online treasure hunt. You need to use your br...
Read: https://blog.dilutewater.xyz/re-dcrypt-cryptic-hunt-making
Django News - Python 3.11 Last Call Before Release - Sep 16th 2022
Read: https://django-news.com/issues/145
Read: https://django-news.com/issues/145
🔥1
Build services in Django without coding (free product)
Hello coders!
This article explains how to use Soft UI Dashboard, an open-source starter, to build services in Django without coding. The source code used in this video material is published on GitHub and based on the permissive (MIT) license, the p...
Read: https://app-generator.hashnode.dev/build-services-in-django-without-coding-free-product
Hello coders!
This article explains how to use Soft UI Dashboard, an open-source starter, to build services in Django without coding. The source code used in this video material is published on GitHub and based on the permissive (MIT) license, the p...
Read: https://app-generator.hashnode.dev/build-services-in-django-without-coding-free-product
👍1