codingforentrepreneurs / SaaS-Foundations

Django tutorial integrating TailwindCSS, Neon Postgres, Stripe API, User auth, deployment, & more.
MIT License
211 stars 136 forks source link

Django-allauth-ui updates #4

Closed halljoshr closed 2 months ago

halljoshr commented 4 months ago

Django-allauth-ui updated where it looks for some of these files. And you now need slippers as an app for this to work correctly.

There is also an error when trying to handle the new user signup verification email. SSLCertVerificationError at /accounts/signup/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

I have not debugged this one yet though since I do not need that for my application.

Also sorry for black automatically reformatting some of the files, but also you should definitely use that extension.

codingforentrepreneurs commented 2 months ago

Hmm, you might need to install your certs with Python. Can't say for sure.

Given that, I think this PR should be an issue instead.

[x] - Black is great. I use it for non-tutorials all the time. Courses tend to have as minimal of extensions as possible to keep things consistent between what is seen on video and what is in the reference.