Skip to content

Instantly share code, notes, and snippets.

@clodo
Last active February 20, 2019 18:56
Show Gist options
  • Save clodo/a46332e419a97bc4de8890b1a0d5c192 to your computer and use it in GitHub Desktop.
Save clodo/a46332e419a97bc4de8890b1a0d5c192 to your computer and use it in GitHub Desktop.
Chuleta
# BASH
# List used ports
$ sudo netstat -nplut
# Alembic
$ PYTHONPATH=.. alembic upgrade head
$ PYTHONPATH=.. alembic downgrade -1
$ PYTHONPATH=.. alembic revision --autogenerate -m "Migration comment"
$ PYTHONPATH=.. alembic history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment