Projet

Général

Profil

0002-debian-remove-unused-statics_hash-context-processor-.patch

Frédéric Péters, 26 mai 2022 16:47

Télécharger (833 octets)

Voir les différences:

Subject: [PATCH 2/2] debian: remove unused statics_hash context processor
 (#65722)

 debian/debian_config.py | 3 ---
 1 file changed, 3 deletions(-)
debian/debian_config.py
12 12
# add custom hobo agent module
13 13
INSTALLED_APPS = ('hobo.agent.combo',) + INSTALLED_APPS
14 14

  
15
# add statics_hash context processor
16
TEMPLATES[0]['OPTIONS']['context_processors'].append('hobo.context_processors.statics_hash')
17

  
18 15
#
19 16
# local settings
20 17
#
21
-