AUTH_CMD to USER_CMD, updated workflows, Makefile, and docker-compose for user service
This commit is contained in:
18
user/config/conf/apps.py
Normal file
18
user/config/conf/apps.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from config.env import env
|
||||
|
||||
APPS = [
|
||||
"cacheops",
|
||||
"drf_spectacular",
|
||||
"rest_framework",
|
||||
"corsheaders",
|
||||
"django_filters",
|
||||
"django_redis",
|
||||
"rest_framework_simplejwt",
|
||||
"django_core",
|
||||
"core.apps.accounts.apps.AccountsConfig",
|
||||
]
|
||||
|
||||
if env.str("PROJECT_ENV") == "debug":
|
||||
APPS += [
|
||||
"silk",
|
||||
]
|
||||
Reference in New Issue
Block a user