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):
|
||||
context = {
|
||||
'RAVEN_DSN_JS': settings.RAVEN_DSN_JS,
|
||||
'DEBUG': settings.DEBUG
|
||||
}
|
||||
context = {"DEBUG": settings.DEBUG}
|
||||
return context
|
||||
|
|
|
|||
Loading…
Reference in New Issue