Add populate.sh script
This commit is contained in:
parent
0661fe0f01
commit
f7313ff659
1 changed files with 11 additions and 0 deletions
11
populate.sh
Normal file
11
populate.sh
Normal file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue