diff --git a/bijoe/settings.py b/bijoe/settings.py index a206ade..67080fd 100644 --- a/bijoe/settings.py +++ b/bijoe/settings.py @@ -166,6 +166,7 @@ AUTO_RENDER_SELECT2_STATICS = False SELECT2_JS = xstatic('select2', 'select2.min.js') SELECT2_CSS = xstatic('select2', 'select2.min.css') +SELECT2_CACHE_PREFIX = 'select2_' BIJOE_SCHEMAS = []