2018-02-25 16:16:04 +01:00
|
|
|
#!/bin/bash
|
|
|
|
# -*- coding: UTF8 -*-
|
|
|
|
|
2018-02-25 18:55:27 +01:00
|
|
|
python3 manage.py import_browser_fp
|
|
|
|
python3 manage.py import_search_engine
|
|
|
|
python3 manage.py import_keywords
|
|
|
|
python3 manage.py import_website
|
|
|
|
python3 manage.py import_places
|
|
|
|
python3 manage.py import_events
|
|
|
|
python3 manage.py import_interests
|