Add accounts to INSTALLED_APPS

This commit is contained in:
Keannu Bernasol 2023-06-26 19:12:52 +08:00
parent ab7fb228e3
commit 852e49f337

View file

@ -44,6 +44,7 @@ INSTALLED_APPS = [
'rest_framework',
'djoser',
'rest_framework.authtoken',
'accounts',
]
MIDDLEWARE = [