Update web/illustrations/settings.py
add version number
This commit is contained in:
parent
1decba5768
commit
b466a145b8
@ -33,6 +33,8 @@ TEMPLATES = [{
|
|||||||
"django.template.context_processors.request",
|
"django.template.context_processors.request",
|
||||||
"django.contrib.auth.context_processors.auth",
|
"django.contrib.auth.context_processors.auth",
|
||||||
"django.contrib.messages.context_processors.messages",
|
"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"
|
WSGI_APPLICATION="illustrations.wsgi.application"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user