mpri-webdam/populate.sh

11 lines
277 B
Bash

#!/bin/bash
# -*- coding: UTF8 -*-
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