Skip to main content

All Questions

Tagged with
1 vote
0 answers
35 views

Django Models for an ESL school

I am working on building a management interface for an ESL (English as a Second Language) institute, basically it is a language school where people learn English. I have prepared my models for each ...
David Miller's user avatar
1 vote
1 answer
3k views

Get time slots based on multiple workshops

I have a list of Workshops, each having open days (Monday, Tuesday etc.) and open time and close time (which will be same for each day). Now, Based on the current time, I need to find out next 7 days ...
Anuj's user avatar
  • 121
3 votes
2 answers
2k views

Django ListView with MySQL query for the queryset

(Note: Even if you don't know Django, it's probably the query that needs work anyway, so you probably don't need to know Django/Python) I have a ListView that ...
ZAD-Man's user avatar
  • 247