Disable git version
This commit is contained in:
parent
6b2916418a
commit
1a42a897ba
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ TEMPLATES = [
|
||||||
'django.template.context_processors.debug',
|
'django.template.context_processors.debug',
|
||||||
'django.template.context_processors.request',
|
'django.template.context_processors.request',
|
||||||
'django.contrib.auth.context_processors.auth',
|
'django.contrib.auth.context_processors.auth',
|
||||||
'gym.context_processors.git_version',
|
# 'gym.context_processors.git_version',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue