Monday, March 2, 2015

Database dump from heroku ( pgbackups )

heroku pgbackups:capture --expire  --app app_name

heroku pgbackups:url --app app_name

curl -o file_name.dump "url"

FastAPI: The Modern Python Web Framework

  Introduction to FastAPI: The Modern Python Web Framework The world of web frameworks has always been competitive — from Django and Flask ...