Remove reference to removed settings variable
This commit is contained in:
parent
8b080abe20
commit
992b9945e5
|
|
@ -2,8 +2,5 @@ from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
def settings_context(request):
|
def settings_context(request):
|
||||||
context = {
|
context = {"DEBUG": settings.DEBUG}
|
||||||
'RAVEN_DSN_JS': settings.RAVEN_DSN_JS,
|
|
||||||
'DEBUG': settings.DEBUG
|
|
||||||
}
|
|
||||||
return context
|
return context
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue