From f7313ff659e9ec044ffb00a7ca84a79841c19e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Oudin?= Date: Sun, 25 Feb 2018 16:16:04 +0100 Subject: [PATCH] Add populate.sh script --- populate.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 populate.sh diff --git a/populate.sh b/populate.sh new file mode 100644 index 0000000..0b6330c --- /dev/null +++ b/populate.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# -*- coding: UTF8 -*- + +/usr/bin/python3 manage.py import_browser_fp +/usr/bin/python3 manage.py import_search_engine +/usr/bin/python3 manage.py import_keywords +/usr/bin/python3 manage.py import_website +/usr/bin/python3 manage.py import_places +/usr/bin/python3 manage.py import_events +/usr/bin/python3 manage.py import_interests +