Commit 9323197afd1c3a2cf997a41bd906e81e9a6f8983
1 parent
75162f0f
Exists in
master
and in
5 other branches
comenting context_processors
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
amadeus/settings.py
... | ... | @@ -78,8 +78,8 @@ TEMPLATES = [ |
78 | 78 | 'django.contrib.auth.context_processors.auth', |
79 | 79 | 'django.contrib.messages.context_processors.messages', |
80 | 80 | |
81 | - 'core.context_processors.notifications', | |
82 | - 'courses.context_processors.courses', | |
81 | + # 'core.context_processors.notifications', | |
82 | + # 'courses.context_processors.courses', | |
83 | 83 | ], |
84 | 84 | }, |
85 | 85 | }, | ... | ... |