mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-27 18:21:23 +08:00
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:
parent
ba19412d31
commit
8bd8df9042
15 changed files with 79 additions and 7 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue