alexlopespereira

Results 4 comments of alexlopespereira

Thanks for your quick answer. The difference might be on YF database. Am I missing anything? Take a look at a screenshot of my broker's dashboard today. There, the column...

I found a clever way to do that. I created a code pattern like this: my_group_name-0001 Then, in the after_signup method I do this: code = SignupCode.objects.get(email=self.created_user.email).code group_name = code.split('-')[0]...

> PermissionError: [Errno 13] Permission denied: 'C:\\Users\\jerry\\AppData\\Local\\Temp\\tmpbr_7nwlb.tgz' > Extracting Spark 2.2.0 to C:\Users\jerry\pixiedust\bin\spark It happens because in Windows 10 the directory C:\Users\alex\AppData\Local\Temp is read only. It might be defined in...