FEAT: Implemented auto-updating thumbnails (includes the addition of Redis and Celery)
This commit is contained in:
4
web_server/celery_tasks/celery_app.py
Normal file
4
web_server/celery_tasks/celery_app.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from blueprints import create_app
|
||||
|
||||
flask_app = create_app()
|
||||
celery_app = flask_app.extensions["celery"]
|
||||
Reference in New Issue
Block a user