Commit 44d74d2353bc0f81f4ceb81a63d848060463b8c1
1 parent
62cd4d56
Exists in
master
and in
3 other branches
Fixing settings to run admin
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
amadeus/settings.py
... | ... | @@ -86,9 +86,6 @@ TEMPLATES = [ |
86 | 86 | 'django.template.context_processors.request', |
87 | 87 | 'django.contrib.auth.context_processors.auth', |
88 | 88 | 'django.contrib.messages.context_processors.messages', |
89 | - | |
90 | - 'core.context_processors.notifications', | |
91 | - 'courses.context_processors.courses', | |
92 | 89 | ], |
93 | 90 | }, |
94 | 91 | }, | ... | ... |