Skip to content

Instantly share code, notes, and snippets.

@gtalarico
Created May 12, 2019 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtalarico/cb01811cabac0c2ff91307f2c9f7bb8d to your computer and use it in GitHub Desktop.
Save gtalarico/cb01811cabac0c2ff91307f2c9f7bb8d to your computer and use it in GitHub Desktop.
Django Database is Read
info " Checking DB Connection"
while ! python3 manage.py inspectdb >/dev/null 2>&1; do
warn " DB is not ready"
sleep 5
done
info " DB is ready"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment