forked from MarseyWorld/MarseyWorld
Snakes
acb3a0b338
Adding an empty __init__.py, the imports-only cli.py, and setting FLASK_APP in the environment are enough to get the `flask` command to work. This will enable future changes, including database migrations. The proximate reason for the fix is to add a `flask cron` command to run scheduled tasks within the application from cron. Specifically, the lottery should be run from cron. |
||
---|---|---|
.. | ||
actions.py | ||
alerts.py | ||
blackjack.py | ||
const.py | ||
cron.py | ||
discord.py | ||
get.py | ||
jinja2.py | ||
lazy.py | ||
lottery.py | ||
media.py | ||
sanitize.py | ||
security.py | ||
slots.py | ||
treasure.py | ||
wrappers.py |