From 9323197afd1c3a2cf997a41bd906e81e9a6f8983 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Tue, 20 Sep 2016 11:57:01 -0300 Subject: [PATCH] comenting context_processors --- amadeus/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index f169c68..6f023ed 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -78,8 +78,8 @@ TEMPLATES = [ 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', - 'core.context_processors.notifications', - 'courses.context_processors.courses', + # 'core.context_processors.notifications', + # 'courses.context_processors.courses', ], }, }, -- libgit2 0.21.2