Add email template for request status update, fix admin view for request unit view, and add initial app for questionnaires

This commit is contained in:
Keannu Christian Bernasol 2024-11-24 02:56:36 +08:00
parent ba19412d31
commit 8bd8df9042
15 changed files with 79 additions and 7 deletions

View file

@ -88,6 +88,7 @@ INSTALLED_APPS = [
"corsheaders",
"drf_spectacular",
"drf_spectacular_sidecar",
"emails",
"accounts",
"documents",
"document_requests",
@ -110,7 +111,9 @@ ROOT_URLCONF = "config.urls"
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
"DIRS": [
BASE_DIR / "emails/templates/",
],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [