cleanup
This commit is contained in:
2
app.py
2
app.py
@@ -2,7 +2,7 @@ import os
|
|||||||
import time
|
import time
|
||||||
from forms import TaskForm
|
from forms import TaskForm
|
||||||
from datetime import datetime, date
|
from datetime import datetime, date
|
||||||
from flask import Flask, render_template, request, redirect, url_for
|
from flask import Flask, render_template, redirect
|
||||||
from flask_sqlalchemy import SQLAlchemy
|
from flask_sqlalchemy import SQLAlchemy
|
||||||
|
|
||||||
basedir = os.path.abspath(os.path.dirname(__file__))
|
basedir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
Reference in New Issue
Block a user