Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-04 Thread Dave Clevenger
Django AllAuth might be a good option: Welcome to django-allauth! — django-allauth 0.43.0 documentation On Wed, May 3, 2023 at 5:22 PM Stan Hiebah wrote: > -- > You received this message because you are subscribed to the Google Groups >

Re: Cache pages for fast loading

2021-01-07 Thread Dave Clevenger
I have to use IIS at my job. I don't think redis is available on Windows. I use memcached which is similar to redis and can be run as a windows service and fully supported by Django's cache backend. If you absolutely want to use redis, then you'll probably want to spin up a Linux instance and run