settings.py中加入:
TINYMCE_DEFAULT_CONFIG = {
'theme': 'advanced',
'width': 600,
'height': 400,
'relative_urls': False,
'remove_script_host': False
}
settings.py中加入:
TINYMCE_DEFAULT_CONFIG = {
'theme': 'advanced',
'width': 600,
'height': 400,
'relative_urls': False,
'remove_script_host': False
}