FEAT: Implemented auto-updating thumbnails (includes the addition of Redis and Celery)

This commit is contained in:
2025-01-31 00:12:28 +00:00
parent 21a45e5538
commit 4396d71c2d
8 changed files with 134 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
from blueprints import create_app
flask_app = create_app()
celery_app = flask_app.extensions["celery"]