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