summaryrefslogtreecommitdiffstats
path: root/pre-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pre-run.sh')
-rwxr-xr-xpre-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pre-run.sh b/pre-run.sh
index 8f31bee..4153294 100755
--- a/pre-run.sh
+++ b/pre-run.sh
@@ -23,3 +23,5 @@ python3 manage.py check -v 3 --deploy
echo ""
echo `tail -1 lines-of-python.txt` non-comment lines of python.
echo `tail -1 lines-of-templates.txt` non-comment lines of HTML templates.
+
+echo 'If you have an error running manage.py, maybe you are not in an activated venv ? \ No newline at end of file