Skip to content

wongsingfo/webdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python manage.py makemigrations
python manage.py migrate

部署注意事项

  1. 启用生成环境配置:export production=

更新muya的注意事项

  1. dragDropCtrl.js要将

    const nSrc = await this.muya.options.imageAction(path, id, name)

    改成

    const nSrc = await this.muya.options.imageAction(image, id, name)