Skip to content

keelii/snote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 3, 2019
0b398c0 · Jul 3, 2019

History

36 Commits
Jun 2, 2016
May 30, 2016
Jun 2, 2016
May 31, 2016
Jul 3, 2019
May 16, 2016
May 30, 2016
May 30, 2016
May 14, 2016

Repository files navigation

Simple note

Installation

pip install Flask qiniu
pip install -r requirements.txt
# Copy your production config file
cp config/development.py config/production.py
python ./manage.py install
python ./manage.py runserver -h 127.0.0.1 -p 4096

新版

基于 Flask 开发的一个基于网页的 WYSIWYG(所见即所得) 富文本编辑器应用 wtdf.io