|
|
@@ -16,7 +16,7 @@ from datetime import datetime
|
|
|
# Suppress InsecureRequestWarning
|
|
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
|
|
|
|
-app = Flask(__name__, static_folder='static', static_url_path='/static')
|
|
|
+app = Flask(__name__, static_folder='static', static_url_path='/manager/static')
|
|
|
app.secret_key = 'genealogy_secret_key'
|
|
|
app.config['UPLOAD_FOLDER'] = 'uploads'
|
|
|
os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)
|