From 852e49f337307d41104110afa729e1db3291d65c Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 26 Jun 2023 19:12:52 +0800 Subject: [PATCH] Add accounts to INSTALLED_APPS --- stude/config/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stude/config/settings.py b/stude/config/settings.py index cdaec01..6d1af79 100644 --- a/stude/config/settings.py +++ b/stude/config/settings.py @@ -44,6 +44,7 @@ INSTALLED_APPS = [ 'rest_framework', 'djoser', 'rest_framework.authtoken', + 'accounts', ] MIDDLEWARE = [