From 66bf06990404c592aeb3ebeb94f83145971eb7cf Mon Sep 17 00:00:00 2001 From: Hugal <hugo.boulanger.oib@gmail.com> Date: Sun, 17 Dec 2017 15:30:09 +0100 Subject: [PATCH] settings pour les tags --- Projet/ChandelIIEr/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Projet/ChandelIIEr/settings.py b/Projet/ChandelIIEr/settings.py index 76841bb..9a409a6 100644 --- a/Projet/ChandelIIEr/settings.py +++ b/Projet/ChandelIIEr/settings.py @@ -32,6 +32,7 @@ ALLOWED_HOSTS = [] INSTALLED_APPS = [ 'polls.apps.PollsConfig', + 'polls.templatetags.print_rapport' 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', -- GitLab