Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

199
Views
How to display the database value based on categories using Django

I have Column fields are Task Type,Date,Schedule .I need to display the values in templates like Task type and their date, schedule.I have number of date and Schedule for one Task Type. Like this way i need to filter and check condition : I Know the Design to display like this format.But,I need to display data's by Categories wise.

**Meeting:**
    1.Date:2017/28/4 -Schedule:With Client
    2.Date:2017/29/4 -Schedule:With Team
**Demo:**
    1.Date:2017/28/4 -Schedule:demo to Client
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Try this:

{% for task in db %}
   {{ task.TaskType }}
   {{ task.Date }}
   {{ task.Schedule }}
{% endfor %}
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!