set school year and change boolean to False when school year is not active

19 views
Skip to first unread message

Rain

unread,
Oct 17, 2019, 11:26:36 AM10/17/19
to Django users
Hi Guys!! Hope Fully someone can help me any hint or answer really appreaciated..
ireally stuck here in a couple of days now.
My Problem is i want to set a school year using
start_year and end_year field then when school year end  this would automatically in_active
for example
start_year: 2019-01-01
end_year: 2020-01-01
active_year: True

then when 2020-01-01 ends
the boolean will automatically change the status to
active_year:False

James Gutu

unread,
Oct 17, 2019, 4:42:04 PM10/17/19
to django...@googlegroups.com
It depends what you are trying to achieve.
What do you mean by "then when school year end  this would automatically in_active"?
Do you need to determine start_date <= self.end_year only when saving or you need to check everyday to see if datetime.now() > self.end_year?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e429d5d2-a6fc-4bf1-82b0-1c12e08f3f49%40googlegroups.com.


--

--
Regards,
James Gutu
Mobile: +447368461508
Skype: jmgutu

Rain

unread,
Oct 17, 2019, 9:49:53 PM10/17/19
to django...@googlegroups.com
Hello!. thanks for your help..
what i want to achieve is ti check if end year is already meet.
then if school year already ended. The field would be inactive or the boolean True would be False.
if the set year already passed.

Okware Aldo

unread,
Oct 17, 2019, 9:56:58 PM10/17/19
to django...@googlegroups.com

Rain

unread,
Oct 17, 2019, 10:53:57 PM10/17/19
to django...@googlegroups.com
Thanks Sir Alot sir ima check for it!

Reply all
Reply to author
Forward
0 new messages