diff --git a/re2o/settings.py b/re2o/settings.py index dce3ef8f..d3c7c725 100644 --- a/re2o/settings.py +++ b/re2o/settings.py @@ -165,11 +165,6 @@ STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'static_files') -RIGHTS_LINK = { - 'cableur' : ['bureau','infra','bofh','tresorier'], - 'bofh' : ['bureau','tresorier'], - } - GRAPH_MODELS = { 'all_applications': True, 'group_models': True,