Skip to content

Instantly share code, notes, and snippets.

@thomascenni
Created December 12, 2019 16:34
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 thomascenni/c6897a198839d506e5610d405079f8a4 to your computer and use it in GitHub Desktop.
Save thomascenni/c6897a198839d506e5610d405079f8a4 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
# Run collect static and migrations
python manage.py collectstatic --noinput
python manage.py migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment