summaryrefslogtreecommitdiffstats
path: root/pre-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pre-push.sh')
-rw-r--r--pre-push.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-push.sh b/pre-push.sh
index 8e3b244..324d867 100644
--- a/pre-push.sh
+++ b/pre-push.sh
@@ -8,6 +8,7 @@ python manage.py diffsettings | grep "###" > diffsettings.txt
echo pip freeze.
pip freeze > requirements.txt
echo inspectdb.
+# this next line requires database setting to be troggle.sqlite:
python manage.py inspectdb > troggle-inspectdb.py
#egrep -in "unable|error" troggle-inspectdb.py
echo remove passwords.