dataviz: fix typo 2 (#9098)

This commit is contained in:
Benjamin Dauvergne 2015-11-26 18:05:28 +01:00
parent b1e486be56
commit 4c1fbe696b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from django.conf import settings
def get_requests_params():
return getattr(settings, 'CUBES_REQUEST_PARAMS', {})
return getattr(settings, 'CUBES_REQUESTS_PARAMS', {})
def get_cubes():