Django Search | Job Portal | Creative Coders | models import Q | Job Searching

Описание к видео Django Search | Job Portal | Creative Coders | models import Q | Job Searching

✅ Source Code (Github) 👉 :

def searchJob(request):
query = request.GET.get('query')
if query:
jobs = JobModel.objects.filter(Q(job_title__icontains=query)
|Q(description__icontains=query)
|Q(employment_type__icontains=query)
|Q(company_name__icontains=query))
else:
jobs = JobModel.objects.none()
context={
'jobs':jobs,
'query':query
}
return render(request,"Common/search.html",context)

Django is a high-level Python web framework that enables the rapid development of secure and maintainable websites. It is a collection of Python libs that allows you to quickly and efficiently create a quality Web application and is suitable for both the front and backend.
In this Django framework beginner tutorial, you will know about Django's complete concept. From what is Django framework and why should you learn Django, everything is discussed in detail.

Django is used for website development or app development. It is a framework of Python which is used widely in web development.
A framework is a set of rules, ideas, and beliefs which is used to deal with the problems and decide what to do.

✅ CONNECT WITH THE FOUNDER (MR. Rajesh Kumar Das)

👉 GitHub - https://github.com/rajeshdiu
👉 Instagram -   / rajeshitor1212  
👉 LinkedIn -   / rajeshitor  
👉 Facebook -   / rajeshdasitor  

Others Playlist:
✅ Java Bangla Tutorial Series:    • Java Bangla Tutorial Part-01 | How To...  

👉 Telegram - t.me/RajeshDIU

Tags: Machine learning, data science, machine learning in Bengali, data science in Bengali, Python programming, machine learning guide, data science classes, what is machine learning, what is data science, data science training, top data science courses, comprehensive machine learning course, linear algebra, statistics for data science, AI, complete machine learning tutorial, beginner’s guide to machine learning, machine learning techniques, machine learning methods tutorial, scikit-learn, Django framework, SQL, big data, data engineering, web development, RESTful APIs, artificial intelligence, neural networks, deep learning, Python Django, data analysis, Power BI, Looker Studio, Excel, MySQL, etc.

#Django #Django2024 #django_framework #django_bangla_tutorial

Комментарии

Информация по комментариям в разработке