I'm runnging Django 2.0.8 and currently using django-allauth.
When a new user registes/signs up, I would like them to automatically be added to a group and given staff status so they can log into the admin page.
I've read some of the documentation but I currently don't understand how it all ties together and each new user is defaulted to some permissions.