Generate CUID Client Side

2019-05-16 Thread Timothy Cook
I have a project where I want to generate a CUID client side to send to a REST API service as the document name. My question is how to best include the cuid library so that the client browser is generating the CUID and how to implement this in the template so

Re: Generate CUID Client Side

2019-05-17 Thread Timothy Cook
hursday, May 16, 2019 at 9:09:13 AM UTC-4, Timothy Cook wrote: >> >> I have a project where I want to generate a CUID client side to send to a >> REST API service as the document name. >> >> My question is how to best include the cuid library >> <https://github.co

Re: Use Email to Login With Django Auth

2018-11-01 Thread Timothy Cook
I use this and it works great. https://django-allauth.readthedocs.io/en/latest/installation.html On Thu, Nov 1, 2018 at 9:08 AM Ryan Shepard wrote: > How could i go about allowing people to also use their email to sign into > Django instead of a username? I have done research my self and tried