Activation de l'application nextcloudconfig que si cfg_dev_mode = False
This commit is contained in:
@@ -51,12 +51,13 @@ INSTALLED_APPS = [
|
||||
'rangefilter',
|
||||
'django.contrib.admin',
|
||||
'carnet_rouge.apps.CarnetRougeConfig',
|
||||
#'nextcloud.apps.NextcloudConfig',
|
||||
'django_quill',
|
||||
'django_summernote',
|
||||
|
||||
]
|
||||
|
||||
if not cfg_dev_mode:
|
||||
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
|
||||
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
|
||||
|
Reference in New Issue
Block a user