Picture added to first journal
This commit is contained in:
@@ -21,7 +21,7 @@ from werkzeug.security import check_password_hash, generate_password_hash
|
||||
|
||||
BASE_DIR = Path(__file__).resolve().parent
|
||||
DATABASE = Path(os.environ.get("DATABASE_PATH", BASE_DIR / "data" / "eternity.db"))
|
||||
UPLOAD_FOLDER = Path(os.environ.get("UPLOAD_FOLDER", BASE_DIR / "data" / "uploads"))
|
||||
UPLOAD_FOLDER = Path(os.environ.get("UPLOAD_FOLDER", DATABASE.parent / "uploads"))
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config.update(
|
||||
|
||||
Reference in New Issue
Block a user