Subnav bar added and some other small changes. Need to figure out CSV upload.
This commit is contained in:
@ -4,4 +4,8 @@ from config import Config
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(Config)
|
||||
|
||||
# Upload folder
|
||||
UPLOAD_FOLDER = 'static/files'
|
||||
app.config['UPLOAD_FOLDER'] =UPLOAD_FOLDER
|
||||
|
||||
from app import routes
|
||||
|
||||
Reference in New Issue
Block a user