Update web/illustrations/settings.py

add version number
This commit is contained in:
Joshua Laymon 2025-08-14 16:48:34 +00:00
parent 1decba5768
commit b466a145b8

View File

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