Re: Django books

2024-01-31 Thread William Vincent
Hi all, Please don't use the Django users group to share links to pirated copies of my (or anyone else's) work. Book authors don't make much money in the scheme of things, and creating/maintaining these works requires a lot of effort. -Will On Tuesday, January 30, 2024 at 6:40:57 PM UTC-5

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-30 Thread William Vincent
Hi Joel, Your view is correct. I wrote a book on Django APIs (https://restapiswithdjango.com) and struggled with this same issue. The answer is to just pick one (Vue, React, Angular are the big 3 right now) based either on a whim or on whichever seems to have more jobs available. Probably

Re: I Suck

2018-11-02 Thread William Vincent
Try this out if you're a beginner: https://djangoforbeginners.com/. Not every teacher works for every student. The key thing is this stuff is hard but it's not rocket science. Step by step. And as you've done here, don't be afraid to reach out for help. Django is a great community in that

Re: Where to start - New to Django and Python

2018-11-02 Thread William Vincent
Well I'm biased but add Django for Beginners to the mix too. Also Django Girls is a great first step. On Monday, October 22, 2018 at 8:02:01 AM UTC-4, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and

Re: Django bugfix release: 2.1.3

2018-11-02 Thread William Vincent
Well done Carlton et al! On Thursday, November 1, 2018 at 10:44:39 AM UTC-4, Carlton Gibson wrote: > > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2018/nov/01/bugfix-release/ > > -- You received this message because you are subscribed to the

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
Here you go: https://wsvincent.com/django-login-with-email-not-username/. On Thursday, November 1, 2018 at 8:09:13 AM UTC-4, 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 >

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
svincent.com ? Great stuff you have out > there. Keep working man !! > > On Fri, 2 Nov 2018, 19:08 William Vincent wrote: > >> As others have noted, the short answer is use django-allauth. Here's a >> basic implementation that might help: >> https://github.com/wsvi

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
As others have noted, the short answer is use django-allauth. Here's a basic implementation that might help: https://github.com/wsvincent/djangox. On Thursday, November 1, 2018 at 8:09:13 AM UTC-4, Ryan Shepard wrote: > > How could i go about allowing people to also use their email to sign into