Halil
Results
2
issues of
Halil
Thank you for the amazing tutorial but I am getting several errors when I try to build with Xcode 10.2.1 It asked me to change the swift version (I changed...
If you are getting this error, it is because Django 4 seems to have removed this argument. Changing the line on /sendgrid_backend/signals.py **from:** sendgrid_email_sent = django.dispatch.Signal(providing_args=["message", "fail_flag"]) **to:** sendgrid_email_sent =...