From e16fa08b915562c6ab77ce7bb79a9d766b5a4036 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 2 Nov 2017 16:03:14 -0400 Subject: Initial setup to use a custom User model, I still need to figure out how to use the built in Django permissions though --- app/dispatchAuth/views.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/dispatchAuth/views.py (limited to 'app/dispatchAuth/views.py') diff --git a/app/dispatchAuth/views.py b/app/dispatchAuth/views.py new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/app/dispatchAuth/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. -- cgit v1.2.3