Add a cron_setup
task to initialize code-defined cron tasks.
This commit is contained in:
parent
b4fecddf7b
commit
7ea3c81967
5 changed files with 88 additions and 1 deletions
|
@ -4,6 +4,7 @@ from flask_sqlalchemy import SQLAlchemy
|
|||
from files.__main__ import app
|
||||
from files.commands.cron import cron_app_worker
|
||||
from files.commands.seed_db import seed_db
|
||||
from files.commands.cron_setup import cron_setup
|
||||
import files.classes
|
||||
|
||||
db = SQLAlchemy(app)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue