Update web/illustrations/settings.py

This commit is contained in:
Joshua Laymon 2025-08-24 19:18:44 +00:00
parent c32c8cb0e6
commit 5d8d4efd81

View File

@ -35,6 +35,7 @@ TEMPLATES = [{
"django.contrib.messages.context_processors.messages",
# ✅ add this line to expose {{ APP_VERSION }} in templates
"core.context_processors.app_version",
"core.context_processors.pending_announcement",
]},
}]
WSGI_APPLICATION="illustrations.wsgi.application"