Sorry that this is very much a beginner’s question, but yes, I’m only just beginning to learn Django and now want to learn how to implement a user registration.
For that, it appears that django-allauth does what I’m looking for. I’ve managed to install it and its dependencies, but fail to setup the included example app.
So how to get the “example” app running? Is there a brief guide on how to install and try other people’s Django samples? Googling around wasn’t helpful, but I may be looking for the wrong keywords.
I’m grateful for some pointers.
In this particular instance, the example “app” is actually a full Django project. Just change to the example directory and run
python manage.py runserverfrom there.