Skip to content

Instantly share code, notes, and snippets.

View b-mackey's full-sized avatar

mackey b-mackey

  • Connecticut
View GitHub Profile
@b-mackey
b-mackey / djangoauth.md
Last active December 10, 2021 19:34
Django Auth Setup

Using Django Auth for Site Authentication

Used to allow multiple users to register for a given application

Setup Accounts skeleton

  • Create a new app called 'accounts'
python manage.py startapp accounts