Django forms choicefield not update automatically | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Django forms choicefield not update automatically

Django 1.5.5 https://code.sololearn.com/chhrwnt1A2m5/?ref=app The self.fields['day'] no update the date, the date.strftime(). No create new data datetime. Update: the problem is the with the method used to calculate the date. When use the generator the date in the loop for, rrule call **rule RRULE_OPTIONS. I add the the secctions code where call datetime.now(). But no taked the server date or change in the curren date.

7th Dec 2020, 6:20 PM
Jose Arley Briceño
Jose Arley Briceño - avatar
3 Answers
0
Hi Jose. May you tell your problem alittle more clear. If you want to say why the choice filed items wont be updated its because there is no request going to backEnd to see whats up there so you should use ajax or websockets for that
8th Dec 2020, 7:15 AM
alireza
alireza - avatar
0
Hi alireza, thanks. I have updated the code and the question
8th Dec 2020, 3:48 PM
Jose Arley Briceño
Jose Arley Briceño - avatar
0
hi everyone I found the problem, the módulo rrule have a bug to try read clock of the server in this versión. other focused is use pandas, but to my implementation is a problem add a new package in production. develop a new funtion to calculate the date day that is working. thanks so much
9th Dec 2020, 3:18 AM
Jose Arley Briceño
Jose Arley Briceño - avatar