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/apps.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/dispatchAuth/apps.py (limited to 'app/dispatchAuth/apps.py') diff --git a/app/dispatchAuth/apps.py b/app/dispatchAuth/apps.py new file mode 100644 index 0000000..ba984ef --- /dev/null +++ b/app/dispatchAuth/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class DispatchauthConfig(AppConfig): + name = 'dispatchAuth' -- cgit v1.2.3