Reading and Writing Images and Video — OpenCV 2.4.13.7 documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://flask-sqlalchemy.pocoo.org/2.3/models/#one-to-many-relationships |
sudo service postgresql restart
from flask import jsonify
@app.route("/hello")
def hello():
return jsonify({'hello': 'world'})
Test:
import json
class MyTestCase(unittest.TestCase):
Alembic:
alembic revision --autogenerate -m "init"
相当于 Django 中:
python manage.py makemigrations
Alembic:
NewerOlder