summaryrefslogtreecommitdiff
path: root/reload_images.sh
diff options
context:
space:
mode:
authorttt2017-05-13 00:29:47 +0530
committerttt2017-05-13 00:29:47 +0530
commit4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch)
tree23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /reload_images.sh
downloadSBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip
added all server files
Diffstat (limited to 'reload_images.sh')
-rw-r--r--reload_images.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/reload_images.sh b/reload_images.sh
new file mode 100644
index 0000000..acbe9bc
--- /dev/null
+++ b/reload_images.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+DIR="$( cd "$( dirname "$0" )" && pwd )"
+cd $DIR
+source ../bin/activate
+python manage.py reload_images \ No newline at end of file