Skip to content

cos-archives/collaboredit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COEDIT

Collaborative Edit

NOTICE

When run the project on your local machine

If you got a 404 not found coedit.js and 404 not found ace.js error

Please change the static_path="static" on line 47 in editor.py to

static_path= your local directory +"/static"

for example, static_path= "home/collaboredit/static"