A to-do list App made with Flask and JavaScript.
Flask-SQLAlchemy==2.1
SQLAlchemy==1.1.4
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
- Drag to sort items
- Edit category
- Set task's priority
- Set task's date
关于这个项目的详细介绍:Flask实践:待办清单
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏
This demo application is licensed under the MIT license: http://opensource.org/licenses/mit-license.php
