Sources of Telegram bot for cryptopotato chat. https://t.me/devpotato_bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Vladislav Glinsky 1ee285f29e Reword docstring 5 years ago
..
versions Track given titles, count streaks 5 years ago
README.md Merge in daily titles feature 6 years ago
env.py Merge in daily titles feature 6 years ago
script.py.mako Merge in daily titles feature 6 years ago

README.md

SQLAlchemy Database connection URL specified directly in alembic.ini can be overridden with:

  • DB_URL environment variable

  • db_url command line argument of alembic tool specified with -x option, e.g.:

    alembic -x db_url=postgresql://user:pass@host/dbname upgrade head
    

Note that command line argument takes precedence over environment variable.