feat: add build date to template context
This commit is contained in:
7
app/base/context.py
Executable file
7
app/base/context.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def custom_context(request):
|
||||
return {
|
||||
'BUILD_DATE': settings.BUILD_DATE,
|
||||
}
|
||||
Reference in New Issue
Block a user