tinymce_6
This commit is contained in:
parent
adc335178b
commit
ca290769ff
4 changed files with 7 additions and 24 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue