python学习

This commit is contained in:
2019-08-06 17:16:39 +08:00
parent 020f56d2d5
commit 2b7e1e1fc8
36 changed files with 3812 additions and 377 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
SERVER_PORT = 9000
DEBUG = True
SQLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db'