i get an internal server error. i need help setting up flask
i need to run server.py that has the following test:
@app.route('/')
def index():
return send_file(os.path.join(BASE_DIR, "html", 'index.html'))
below are my wsgi and htaccess. i also need to install a few python libraries. thank you for your attention.
flask.wsgi .htaccess