|
|
|
|
@ -8,7 +8,7 @@ from flask import (Blueprint, current_app, redirect, render_template, url_for,
|
|
|
|
|
send_from_directory, Response) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bp = Blueprint('default_routes', __name__, url_prefix='/gallery') |
|
|
|
|
bp = Blueprint('default_routes', __name__) |
|
|
|
|
VALID_CHARS = re.compile(r"^[a-zA-Z0-9_\-\.]+$") |
|
|
|
|
IMAGE_DIR = 'images' |
|
|
|
|
|
|
|
|
|
|