Disable git version

This commit is contained in:
Gabriel Augendre 2018-04-13 23:49:41 +02:00
parent 6b2916418a
commit 1a42a897ba

View file

@ -77,7 +77,7 @@ TEMPLATES = [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'gym.context_processors.git_version',
# 'gym.context_processors.git_version',
],
},
},