Task5
A to-do list App made with Flask and JavaScript.
DEMO
Dependency
Flask-SQLAlchemy==2.1
SQLAlchemy==1.1.4
Installation
First, clone it from Github:
$ git clone https://github.com/helloflask/todo.git
$ cd todo
Then use pip
to install requirements (recommend to use virtualenv
create a virtual enviroment):
$ pip install -r requirements-dev.txt
Run the app:
$ python app.py
Now Go to http://127.0.0.1:5000/
To do
- Drag to sort items
- Edit category
- Set task's priority
- Set task's date
More details
关于这个项目的详细介绍:Flask实践:待办清单
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏
License
This demo application is licensed under the MIT license: http://opensource.org/licenses/mit-license.php