摘要:
代码如下: from flask import Flask, render_template, request,jsonify from werkzeug.utils import secure_filename import os app = Flask(__name__) #定义上传文件路径 a 阅读全文
摘要:
报错信息如下: * Serving Flask app "file_server" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a productio 阅读全文
摘要:
报错信息如下: Unable to create the django_migrations table (%s)" % exc) django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_ 阅读全文