create project and create model and dashboard
This commit is contained in:
6
app/utils/file_utils.py
Normal file
6
app/utils/file_utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
from app.config import Config
|
||||
|
||||
def ensure_upload_folder():
|
||||
if not os.path.exists(Config.UPLOAD_FOLDER):
|
||||
os.makedirs(Config.UPLOAD_FOLDER)
|
||||
Reference in New Issue
Block a user