Skip to content
Snippets Groups Projects
Commit 753e6ca4 authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

Add import os statement

parent acca4b0f
Branches
No related tags found
1 merge request!2Master
import os
from flask import Flask, render_template, request, redirect, url_for, send_from_directory
from flask_sqlalchemy import SQLAlchemy
from flask import abort, jsonify
import os
app = Flask(__name__, static_folder='static')
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment