tomgranuja / CayumanDjango

School workshops inscription web form for students enrollment.
0 stars 0 forks source link

Move `Period.enrollment_end` to `DateTime` #68

Open ralamosm opened 1 month ago

ralamosm commented 1 month ago

Just as we did with Period.enrollment_start, we should move Period.enrollment_end to DateTime given new restriction requirements during enrollment (i.e. closing enrollment at some specific hour).

tomgranuja commented 1 month ago

You are right. I could try to do it next week.