tinymce_6

This commit is contained in:
alazo 2017-04-12 08:52:38 +02:00
parent adc335178b
commit ca290769ff
4 changed files with 7 additions and 24 deletions

View file

@ -112,10 +112,10 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.10/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
STUDENT_IMPORT_MAPPING = {
'Num élève': 'id_ext',