8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-05 01:16:27 +00:00

Merge branch 'rm_stuff_settings' into 'master'

Fix #97 Update settings.py

Closes #97

See merge request federez/re2o!129
This commit is contained in:
moamoak 2018-04-14 17:38:46 +02:00
commit 08dbd2615f
2 changed files with 1 additions and 6 deletions

View file

@ -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,

View file

@ -73,7 +73,7 @@ from reversion import revisions as reversion
import ldapdb.models
import ldapdb.models.fields
from re2o.settings import RIGHTS_LINK, LDAP, GID_RANGES, UID_RANGES
from re2o.settings import LDAP, GID_RANGES, UID_RANGES
from re2o.login import hashNT
from re2o.field_permissions import FieldPermissionModelMixin
from re2o.mixins import AclMixin, RevMixin