Django sample app with users including social auth via Django-AllAuth
Simple, out-of-the-box Django all-auth demo app A “brochure” or visitor (no login required) area A members-only (login required) area. Supports local email/password as well as easy oauth with Google, Facebook and others. This is a simple, old-style HTML request/response website.No webpack, node, JavaScript framework.Objective is to get you a basic, visitor-and-member website operational quickly. tl;dr Get your Facebook and/or Google app creds (see sections below for more info); Clone or download the repo; then Follow instructions below: $ cd demo-allauth-bootstrap […]
Read more