Bowiemb
Bowiemb
I was able to fix this by adding the following to the AgentUpdateView: ` def form_valid(self, form): if form.is_valid(): form.save() return super(AgentUpdateView, self).form_valid(form)` However, in the video, he says you...
I think I figured out what the problem is, but I'm not sure how to fix it. I think the problem is that the model form is changing User, but...
Ok. I finally fixed it by using a function based view instead of a class based view: This pre-populated the fields and updated the user information correctly. Maybe I'll figure...
This issue just popped up for me as well. I can't view any ipynbs in Github. Any thoughts/advice?
Now, it's working again... weird.. *edit* : for me at least.
@reverendpaco Update on the license by chance? Thanks!
@alexmailajalam Did you figure out how to implement this project? If not, were there any other sources you found for running OR on Spark? Thanks! @andreybratus Any pointers in the...