Introduction to Celery in Django?
Introduction:
Celery is an asynchronous task queue in Django, basically used for queuing time-consuming tasks. Let me give you a real world use case of Celery.
Analogy:
Let’s say you have an application where you want to send a Welcome Email to the u...
Read: https://blog.devjunction.in/introduction-to-celery-in-django
Introduction:
Celery is an asynchronous task queue in Django, basically used for queuing time-consuming tasks. Let me give you a real world use case of Celery.
Analogy:
Let’s say you have an application where you want to send a Welcome Email to the u...
Read: https://blog.devjunction.in/introduction-to-celery-in-django
Django 4.0.4 Best Practices Tutorial : Part 2
Introduction
This is the second part of the Django 4.0.4 Best Practices Tutorial Series, You can find the first part here Django 4.0.4 Best Practices Tutorial : Part 1
In this part we will learn the CRUD and static files by building a small project s...
Read: https://ayat.hashnode.dev/django-404-best-practices-tutorial-part-2
Introduction
This is the second part of the Django 4.0.4 Best Practices Tutorial Series, You can find the first part here Django 4.0.4 Best Practices Tutorial : Part 1
In this part we will learn the CRUD and static files by building a small project s...
Read: https://ayat.hashnode.dev/django-404-best-practices-tutorial-part-2
How To Create a Custom Manage.py Command In Django
INTRODUCTION
As a Django developer, one of the handiest command line (CL) utilities you will often use are the Django's manage.py management commands. You use it to perform manifold administrative tasks like starting an app, running local host server...
Read: https://dracodes.hashnode.dev/how-to-create-a-custom-managepy-command-in-django
INTRODUCTION
As a Django developer, one of the handiest command line (CL) utilities you will often use are the Django's manage.py management commands. You use it to perform manifold administrative tasks like starting an app, running local host server...
Read: https://dracodes.hashnode.dev/how-to-create-a-custom-managepy-command-in-django
How to set up Celery in a Django project?
Introduction:
This is the second part of this blog series where we are learning to use Celery in a Django project, check out the full series here.
In this blog, we are going to learn how to set up Celery & our Task broker in a Django project.
We’ll b...
Read: https://blog.devjunction.in/set-up-celery-in-a-django-project
Introduction:
This is the second part of this blog series where we are learning to use Celery in a Django project, check out the full series here.
In this blog, we are going to learn how to set up Celery & our Task broker in a Django project.
We’ll b...
Read: https://blog.devjunction.in/set-up-celery-in-a-django-project
👍1
The Call for Proposals for DjangoCon US 2022 Is Now Open!
The DjangoCon 2022 organizers are excited to announce that the first
in-person DjangoCon since 2019 is now open for talk submissions: call
for proposals! The deadline for submissions is June 10th, 2022 AoE.
As long as it’s still June 10th anywhere on earth, you can submit your
proposal.
We invite you to submit your proposal no matter your background or
experience level with Django. Proposals can be from a wide range of
topics; non-Django and community topics are welcome. You can look at our talk schedule from last year for reference.
We fancy first-timers! If you haven’t spoken at a conference or given a
tutorial before, this is your invitation to do so. Don’t let the idea
that you’re not famous or an expert stop you from submitting. It
certainly won’t stop us from selecting your talk or tutorial and it
won’t stop the audience from enjoying it!
Plus there are perks! Presenters get free admission to DjangoCon US!
Grants to assist with your travel and lodging expenses are available as
well. Fill out the Opportunity Grant form by June 10th, 2022.
Decision notifications will be sent by July 8, 2022.
For more information on talk and tutorial formats, please check out our speaker information page.
We want everyone attending DjangoCon US to feel safe, welcome, and
included. To that end, we have a Code of Conduct for all speakers and
attendees.
If you have questions feel free to contact us.
We look forward to your proposals!
Read: https://www.djangoproject.com/weblog/2022/may/23/the-call-for-proposals-for-djangocon-us-2022-is-no/
The DjangoCon 2022 organizers are excited to announce that the first
in-person DjangoCon since 2019 is now open for talk submissions: call
for proposals! The deadline for submissions is June 10th, 2022 AoE.
As long as it’s still June 10th anywhere on earth, you can submit your
proposal.
We invite you to submit your proposal no matter your background or
experience level with Django. Proposals can be from a wide range of
topics; non-Django and community topics are welcome. You can look at our talk schedule from last year for reference.
We fancy first-timers! If you haven’t spoken at a conference or given a
tutorial before, this is your invitation to do so. Don’t let the idea
that you’re not famous or an expert stop you from submitting. It
certainly won’t stop us from selecting your talk or tutorial and it
won’t stop the audience from enjoying it!
Plus there are perks! Presenters get free admission to DjangoCon US!
Grants to assist with your travel and lodging expenses are available as
well. Fill out the Opportunity Grant form by June 10th, 2022.
Decision notifications will be sent by July 8, 2022.
For more information on talk and tutorial formats, please check out our speaker information page.
We want everyone attending DjangoCon US to feel safe, welcome, and
included. To that end, we have a Code of Conduct for all speakers and
attendees.
If you have questions feel free to contact us.
We look forward to your proposals!
Read: https://www.djangoproject.com/weblog/2022/may/23/the-call-for-proposals-for-djangocon-us-2022-is-no/
Где вы получаете / получили необходимые навыки для работы в IT?
Anonymous Poll
18%
Учебное заведение (школа, вуз)
10%
Офлайн курсы
22%
Платные онлайн курсы
24%
Бесплатные онлайн курсы
72%
Самообразование
9%
Посмотреть результаты
Top 5 Back-End Frameworks in 2022
Have you ever come across a simply stunning website? There are no other words to describe it adequately. It has the ideal aesthetic, and everything appears to be in its proper place. Then you start looking through it and realise it's all a ruse. Noth...
Read: https://starboxtech.hashnode.dev/top-5-back-end-frameworks-in-2022
Have you ever come across a simply stunning website? There are no other words to describe it adequately. It has the ideal aesthetic, and everything appears to be in its proper place. Then you start looking through it and realise it's all a ruse. Noth...
Read: https://starboxtech.hashnode.dev/top-5-back-end-frameworks-in-2022
How to create an asynchronous task in Celery with Django?
Introduction:
This is the third part of this blog series where we are learning to use Celery in a Django project, check out the full series here.
Up until now, we have seen how to integrate and setup Celery in Django, in this blog we are going to cre...
Read: https://blog.devjunction.in/create-an-asynchronous-task-in-celery-with-django
Introduction:
This is the third part of this blog series where we are learning to use Celery in a Django project, check out the full series here.
Up until now, we have seen how to integrate and setup Celery in Django, in this blog we are going to cre...
Read: https://blog.devjunction.in/create-an-asynchronous-task-in-celery-with-django
How to create a REST API with Django REST framework
What is a REST API?
A REST API is a popular way for systems to expose useful functions and data. REST, which stands for representational state transfer, can be made up of one or more resources that can be accessed at a given URL and returned in vario...
Read: https://sarahthedeveloper.hashnode.dev/how-to-create-a-rest-api-with-django-rest-framework
What is a REST API?
A REST API is a popular way for systems to expose useful functions and data. REST, which stands for representational state transfer, can be made up of one or more resources that can be accessed at a given URL and returned in vario...
Read: https://sarahthedeveloper.hashnode.dev/how-to-create-a-rest-api-with-django-rest-framework
Python; The Future
PYTHON IN WEB DEVELOPMENT
How does Python fit into web development? Python can be used to build server-side web applications. While a web framework isn’t most often required to build web apps, it’s rare that developers would not use existing open sou...
Read: https://emmitcodes.hashnode.dev/python-the-future
PYTHON IN WEB DEVELOPMENT
How does Python fit into web development? Python can be used to build server-side web applications. While a web framework isn’t most often required to build web apps, it’s rare that developers would not use existing open sou...
Read: https://emmitcodes.hashnode.dev/python-the-future
How to customize & redesign the Django Admin panel?
Introduction:
This is how our good old default Django Admin Panel looks like:
Ewww, not that great, could have been better Django darling. But no worries, we have got many Open Source 3rd party libraries which can turn our Admin Panel into something...
Read: https://blog.devjunction.in/customize-and-redesign-the-django-admin-panel
Introduction:
This is how our good old default Django Admin Panel looks like:
Ewww, not that great, could have been better Django darling. But no worries, we have got many Open Source 3rd party libraries which can turn our Admin Panel into something...
Read: https://blog.devjunction.in/customize-and-redesign-the-django-admin-panel
👍2
How to convert your Function Based View into a Class Based View in Django?
In Django you can use a Function Based View(FBV) or a Class Based View(CBV), both kinds have its own advantages and disadvantages.
But there is no doubt that CBV can make your work a lot easier than FBV by handling some repetitive work for you.
Conve...
Read: https://blog.devjunction.in/convert-your-function-based-view-into-a-class-based-view-in-django
In Django you can use a Function Based View(FBV) or a Class Based View(CBV), both kinds have its own advantages and disadvantages.
But there is no doubt that CBV can make your work a lot easier than FBV by handling some repetitive work for you.
Conve...
Read: https://blog.devjunction.in/convert-your-function-based-view-into-a-class-based-view-in-django
👍1
How to update User Profile and User in one request in Django Rest Framework?
Let’s say you have a Django User model and a UserProfile model connected via OneToOneField . Your goal is to serialize both the models together in a single request to perform needed CRUD operations.
Note: I am not assuming whether you have a custom U...
Read: https://blog.devjunction.in/update-user-profile-and-user-in-one-request-in-django-rest-framework
Let’s say you have a Django User model and a UserProfile model connected via OneToOneField . Your goal is to serialize both the models together in a single request to perform needed CRUD operations.
Note: I am not assuming whether you have a custom U...
Read: https://blog.devjunction.in/update-user-profile-and-user-in-one-request-in-django-rest-framework
👍1
Layman’s guide to Signals in Django
Introduction & Analogy:
What is a signal in Django ?
Let's say you and your friend have planned a robbery. You will enter the bank and your friend will be waiting outside.
As soon as police arrives, your friend will give you a signal through a dispa...
Read: https://blog.devjunction.in/laymans-guide-to-signals-in-django
Introduction & Analogy:
What is a signal in Django ?
Let's say you and your friend have planned a robbery. You will enter the bank and your friend will be waiting outside.
As soon as police arrives, your friend will give you a signal through a dispa...
Read: https://blog.devjunction.in/laymans-guide-to-signals-in-django
👍1
Testing Django login and registration forms with Pytest and Selenium
One of my goals while working on my current Django project is to get to grips with unit and functional testing. A commonly-used framework for testing Python code is Pytest, which allows us to write tests using fixtures to initialise test data and to ...
Read: https://nomadiq.hashnode.dev/testing-django-login-and-registration-forms-with-pytest-and-selenium
One of my goals while working on my current Django project is to get to grips with unit and functional testing. A commonly-used framework for testing Python code is Pytest, which allows us to write tests using fixtures to initialise test data and to ...
Read: https://nomadiq.hashnode.dev/testing-django-login-and-registration-forms-with-pytest-and-selenium
👍2
Separating Sensitive Data from Code (using python-decouple)
Whenever I learn any code related stuff, I make sure I follow it all through till the end and then push the code to My Repo. As I git push and enjoy the feeling of completing a task, sometimes GitHub Bot tries to cut short the party by emailing me ab...
Read: https://jjokah.hashnode.dev/separating-sensitive-data-from-code-using-python-decouple
Whenever I learn any code related stuff, I make sure I follow it all through till the end and then push the code to My Repo. As I git push and enjoy the feeling of completing a task, sometimes GitHub Bot tries to cut short the party by emailing me ab...
Read: https://jjokah.hashnode.dev/separating-sensitive-data-from-code-using-python-decouple
👍2
How to set up AWS S3 in Django?
In Django, we can use AWS S3 for two common things:
For user uploaded files/images
For Django static files
Before we cover both the use cases, let’s install a third party package, we’ll be using this third party package named django-storages in thi...
Read: https://blog.devjunction.in/how-to-set-up-aws-s3-in-django
In Django, we can use AWS S3 for two common things:
For user uploaded files/images
For Django static files
Before we cover both the use cases, let’s install a third party package, we’ll be using this third party package named django-storages in thi...
Read: https://blog.devjunction.in/how-to-set-up-aws-s3-in-django
How to install Django with Tailwind CSS and Flowbite
Django is an open-source web framework following the model-template-views architecture built in Python currently maintained by the Django Software Organization.
It is currently being used by small and large corporations for websites such as YouTube, ...
Read: https://flowbite.hashnode.dev/how-to-install-django-with-tailwind-css-and-flowbite
Django is an open-source web framework following the model-template-views architecture built in Python currently maintained by the Django Software Organization.
It is currently being used by small and large corporations for websites such as YouTube, ...
Read: https://flowbite.hashnode.dev/how-to-install-django-with-tailwind-css-and-flowbite
Умная кухня
IT в помощь готовой еде.
Любому руководителю важна информация, отражающая скорость и качество работы области, за которую он отвечает. В 2020 году мы в Х5 Tech начали поддерживать производство готовой еды Smart Kitchen («Фабрика кухни») и изучать его внутренние процессы. Оказалось, что руководители поздно получают важную для бизнес-процессов информацию. К примеру, отчёты о сроках отгрузки или списанных позициях IT-платформа считает лишь к середине или даже концу следующего дня.
Читать: https://habr.com/ru/post/668998/
IT в помощь готовой еде.
Любому руководителю важна информация, отражающая скорость и качество работы области, за которую он отвечает. В 2020 году мы в Х5 Tech начали поддерживать производство готовой еды Smart Kitchen («Фабрика кухни») и изучать его внутренние процессы. Оказалось, что руководители поздно получают важную для бизнес-процессов информацию. К примеру, отчёты о сроках отгрузки или списанных позициях IT-платформа считает лишь к середине или даже концу следующего дня.
Читать: https://habr.com/ru/post/668998/